Revert "$roomlist-header-color -> $tertiary-content"

This reverts commit 25a3a8ddfd.
This commit is contained in:
Šimon Brandner
2021-08-24 09:02:17 +02:00
parent 8aacd968c7
commit bf87413442
6 changed files with 14 additions and 12 deletions
+3 -3
View File
@@ -44,7 +44,7 @@ limitations under the License.
// Allow the container to collapse on itself if its children
// are not in the normal document flow
max-height: 24px;
color: $tertiary-content;
color: $roomlist-header-color;
.mx_RoomSublist_stickable {
flex: 1;
@@ -161,7 +161,7 @@ limitations under the License.
mask-position: center;
mask-size: contain;
mask-repeat: no-repeat;
background-color: $tertiary-content;
background-color: $roomlist-header-color;
mask-image: url('$(res)/img/feather-customised/chevron-down.svg');
}
@@ -262,7 +262,7 @@ limitations under the License.
mask-position: center;
mask-size: contain;
mask-repeat: no-repeat;
background: $tertiary-content;
background: $roomlist-header-color;
left: -1px; // adjust for image position
}