mirror of https://github.com/zulip/zulip.git
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:
parent
b9d1efcd1b
commit
f8e093c730
|
@ -146,7 +146,7 @@ li.show-more-topics {
|
|||
}
|
||||
}
|
||||
|
||||
.inactive_stream {
|
||||
.inactive_stream:not(.active-filter) {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue