mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
left_sidebar: Ensure home view unreads are shown on hover.
This commit is contained in:
@@ -112,6 +112,18 @@
|
||||
.unread_count.hide + .masked_unread_count {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
/* Suppress the unread-count dot and show
|
||||
the unread count on hover. */
|
||||
&:hover {
|
||||
.masked_unread_count {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.unread_count:not(:empty) {
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user