From c6041f9b94375a2e500354c5bac6e4e22e2ef9b3 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Fri, 29 Aug 2025 11:08:52 +0530 Subject: [PATCH] left_sidebar: Fix muted channel visible in collapsed folder on search. While searching in left sidebar, if you collapse a folder, muted or inactive channels are still visible. This is due specificity of hiding the channel when folder is collapsed was lower than that of showing it when a search is active. Fixed by increasing the specificity of hiding it when folder is collapsed. (cherry picked from commit 77d8140eb2db23a7181c14a4ad34784977831ce2) --- web/styles/left_sidebar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/styles/left_sidebar.css b/web/styles/left_sidebar.css index 07ac6076bd..98b585e73f 100644 --- a/web/styles/left_sidebar.css +++ b/web/styles/left_sidebar.css @@ -562,7 +562,7 @@ display: none; } -.stream-list-section-container.collapsed { +#streams_list .stream-list-section-container.collapsed { .narrow-filter:not(.stream-expanded), .stream-list-toggle-inactive-or-muted-channels, .topic-list-item:not(.active-sub-filter),