Task/colors 11 (#7211)

This commit is contained in:
Šimon Brandner
2021-11-29 12:52:09 +00:00
committed by GitHub
parent 6d3865bdd5
commit 9db0ebb7f5
28 changed files with 66 additions and 104 deletions
+1 -1
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;
}
+2 -2
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;
+1 -1
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;
+1 -1
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;
+1 -1
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;