mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
left_sidebar: Suppress unread count on highlighted home row.
This commit is contained in:
@@ -1393,6 +1393,18 @@ li.top_left_scheduled_messages {
|
||||
height: var(--line-height-sidebar-row);
|
||||
}
|
||||
}
|
||||
|
||||
/* When unread counts display in the condensed-view
|
||||
row for users who do not prefer to mask their unread
|
||||
counts, we suppress the count on the highlighted
|
||||
home-view row. */
|
||||
&:not(:has(.hide-unread-messages-count)) {
|
||||
+ #left-sidebar-navigation-list {
|
||||
.selected-home-view .unread_count {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Remove the cursor: pointer property of Views label for the spectators. */
|
||||
|
Reference in New Issue
Block a user