mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
left_sidebar: Clarify hover backgrounds on active filters.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user