left_sidebar: Correct filter backgrounds on active-filter zoom.

This commit is contained in:
Karl Stolley
2025-10-02 12:34:57 -05:00
committed by Tim Abbott
parent d61e86faff
commit f82a1f3002

View File

@@ -2211,6 +2211,17 @@ li.topic-list-item {
}
}
/* When zooming in on a channel that's serving as an
active filter, keep the background colors in line
with the active-narrow-filter colors. */
.narrow-filter.active-filter > .bottom_left_row {
background-color: var(--color-background-active-narrow-filter);
&:hover {
background-color: var(--color-background-active-narrow-filter);
}
}
#subscribe-to-more-streams,
#login-to-more-streams,
.show-more-topics {