From f82a1f3002c2ee25d88cfebac93a0cc447645d47 Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Thu, 2 Oct 2025 12:34:57 -0500 Subject: [PATCH] left_sidebar: Correct filter backgrounds on active-filter zoom. --- web/styles/left_sidebar.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/web/styles/left_sidebar.css b/web/styles/left_sidebar.css index b1517d7eda..a6a72aeb78 100644 --- a/web/styles/left_sidebar.css +++ b/web/styles/left_sidebar.css @@ -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 {