You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-06 10:22:45 +03:00
Use new SCSS vars
This commit is contained in:
@@ -208,7 +208,7 @@ $activeBorderColor: $secondary-content;
|
|||||||
background-color: $roomlist-button-bg-color;
|
background-color: $roomlist-button-bg-color;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
background-color: $primary-fg-color;
|
background-color: $primary-content;
|
||||||
mask-image: url('$(res)/img/element-icons/plus.svg');
|
mask-image: url('$(res)/img/element-icons/plus.svg');
|
||||||
transition: all .2s ease-in-out; // TODO transition
|
transition: all .2s ease-in-out; // TODO transition
|
||||||
}
|
}
|
||||||
|
@@ -25,7 +25,7 @@ limitations under the License.
|
|||||||
> details {
|
> details {
|
||||||
> summary {
|
> summary {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: $primary-fg-color;
|
color: $primary-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
& + .mx_SettingsFlag {
|
& + .mx_SettingsFlag {
|
||||||
|
Reference in New Issue
Block a user