Task/colors 11 (#7211)

This commit is contained in:
Šimon Brandner 2021-11-29 13:52:09 +01:00 committed by GitHub
parent 6d3865bdd5
commit 9db0ebb7f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 66 additions and 104 deletions

View file

@ -244,7 +244,7 @@ limitations under the License.
}
.mx_GroupView_membershipSection {
color: $greyed-fg-color;
color: $info-plinth-fg-color;
margin-top: 10px;
}

View file

@ -129,7 +129,7 @@ $roomListCollapsedWidth: 68px;
width: 32px;
height: 32px;
border-radius: 8px;
background-color: $roomlist-button-bg-color;
background-color: $panel-actions;
position: relative;
margin-left: 8px;
@ -152,7 +152,7 @@ $roomListCollapsedWidth: 68px;
width: 32px;
height: 32px;
border-radius: 8px;
background-color: $roomlist-button-bg-color;
background-color: $panel-actions;
position: relative;
margin-left: 8px;

View file

@ -18,7 +18,7 @@ limitations under the License.
.mx_RoomSearch {
flex: 1;
border-radius: 8px;
background-color: $roomlist-button-bg-color;
background-color: $panel-actions;
// keep border thickness consistent to prevent movement
border: 1px solid transparent;
height: 28px;

View file

@ -132,7 +132,7 @@ limitations under the License.
}
.mx_RoomView_messagePanelSearchSpinner::before {
background-color: $greyed-fg-color;
background-color: $info-plinth-fg-color;
mask: url('$(res)/img/feather-customised/search-input.svg');
mask-repeat: no-repeat;
mask-position: center;

View file

@ -218,7 +218,7 @@ $activeBorderColor: $secondary-content;
}
&.mx_SpaceButton_new .mx_SpaceButton_icon {
background-color: $roomlist-button-bg-color;
background-color: $panel-actions;
&::before {
background-color: $primary-content;