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
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D
6 changed files with 14 additions and 12 deletions

View file

@ -24,7 +24,7 @@ limitations under the License.
align-items: center;
height: 24px;
color: $tertiary-content;
color: $roomlist-header-color;
margin-top: 4px;
.mx_LeftPanelWidget_stickable {
@ -62,7 +62,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');
}

View file

@ -49,7 +49,7 @@ $activeBorderColor: $secondary-content;
mask-repeat: no-repeat;
margin-left: $gutterSize;
margin-bottom: 12px;
background-color: $tertiary-content;
background-color: $roomlist-header-color;
mask-image: url('$(res)/img/element-icons/expand-space-panel.svg');
&.expanded {
@ -161,7 +161,7 @@ $activeBorderColor: $secondary-content;
mask-position: center;
mask-size: 20px;
mask-repeat: no-repeat;
background-color: $tertiary-content;
background-color: $roomlist-header-color;
mask-image: url('$(res)/img/feather-customised/chevron-down.svg');
}