Use new SCSS vars
This commit is contained in:
parent
911ca07da4
commit
29b4ba6675
2 changed files with 2 additions and 2 deletions
|
@ -208,7 +208,7 @@ $activeBorderColor: $secondary-content;
|
|||
background-color: $roomlist-button-bg-color;
|
||||
|
||||
&::before {
|
||||
background-color: $primary-fg-color;
|
||||
background-color: $primary-content;
|
||||
mask-image: url('$(res)/img/element-icons/plus.svg');
|
||||
transition: all .2s ease-in-out; // TODO transition
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ limitations under the License.
|
|||
> details {
|
||||
> summary {
|
||||
cursor: pointer;
|
||||
color: $primary-fg-color;
|
||||
color: $primary-content;
|
||||
}
|
||||
|
||||
& + .mx_SettingsFlag {
|
||||
|
|
Loading…
Reference in a new issue