left_sidebar: Clarify hover backgrounds on active filters.

This commit is contained in:
Karl Stolley
2025-10-02 10:27:07 -05:00
committed by Tim Abbott
parent 3b4c5abd82
commit 1b164c680e

View File

@@ -993,8 +993,15 @@ li.active-sub-filter {
color: var(--color-text-active-narrow-filter);
background-color: var(--color-background-active-narrow-filter);
/* These hover styles effectively push back on non-active-filter
styles, which would otherwise present the less-intense
--color-background-hover-narrow-filter colors. */
&:hover {
background-color: var(--color-background-active-narrow-filter);
.sidebar-topic-check {
background-color: var(--color-background-active-narrow-filter);
}
}
.sidebar-topic-check {