mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
unread_counters: Adjust hover styles for inbox, recent views.
This commit is contained in:
@@ -19,10 +19,12 @@
|
||||
}
|
||||
|
||||
.unread_count {
|
||||
opacity: 0.7;
|
||||
opacity: 1;
|
||||
outline: 0 solid var(--color-background-unread-counter);
|
||||
transition: outline-width 0.1s ease;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
outline-width: 1.5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user