left_sidebar: Highlight inactive streams when narrowed to.

Having active streams greyed out can be confusing to the user. This
is especially useful when the app is still fetching messages on
a reload and the active stream has no messages and is thus marked
as `inactive`.
This commit is contained in:
Aman Agrawal 2022-12-17 19:25:58 +00:00 committed by Tim Abbott
parent b9d1efcd1b
commit f8e093c730
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ li.show-more-topics {
}
}
.inactive_stream {
.inactive_stream:not(.active-filter) {
opacity: 0.5;
}