Updates to radix jakobs feedback

This commit is contained in:
Ben Yorke
2023-06-02 16:59:50 +02:00
parent 6e31a55fe0
commit c8692d12c4
8 changed files with 44 additions and 15 deletions

View File

@@ -152,12 +152,12 @@
&:hover {
background-color: or(--logseq-og-left-sidebar-hover-background, --lx-gray-04, --ls-tertiary-background-color);
color: or(--logseq-og-left-sidebar-text-color-hover, --lx-gray-12, --ls-header-button-background);
color: or(--logseq-og-left-sidebar-text-color-hover, --lx-gray-12);
}
&.active, &:active {
background-color: or(--logseq-og-left-sidebar-active-background, --lx-gray-05, --ls-quaternary-background-color);
color: or(--logseq-og-left-sidebar-active-text-color, --lx-gray-12, --ls-quaternary-background-color);
color: or(--logseq-og-left-sidebar-active-text-color, --lx-gray-12);
}
}