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 77d8140eb2)
This commit is contained in:
Aman Agrawal
2025-08-29 11:08:52 +05:30
committed by Tim Abbott
parent d0f2a9d162
commit c6041f9b94

View File

@@ -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),