fix: listitem hardcode css variable

This commit is contained in:
Tienson Qin
2023-11-13 13:37:21 +08:00
parent 80703328b0
commit eaadd462ff
3 changed files with 22 additions and 24 deletions

View File

@@ -168,12 +168,12 @@
}
&:hover {
background-color: or(--ls-left-sidebar-hover-background, --lx-gray-04, --ls-tertiary-background-color);
background-color: or(--ls-left-sidebar-hover-background, --lx-gray-04, --ls-primary-background-color);
color: or(--ls-left-sidebar-text-color-hover, --lx-gray-12);
}
&.active, &:active {
background-color: or(--ls-left-sidebar-active-background, --lx-gray-04, --ls-quaternary-background-color);
background-color: or(--ls-left-sidebar-active-background, --lx-gray-04, --ls-primary-background-color);
color: or(--ls-left-sidebar-active-text-color, --lx-gray-12);
.ui__icon {
opacity: .9;