mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-25 18:52:20 -05:00
[ux] display unread count when it's not empty
This commit is contained in:
parent
4695a84907
commit
949e217fd2
@ -66,7 +66,7 @@
|
||||
&:hover
|
||||
background: $sidebarActive
|
||||
|
||||
&.hasUnread .unread
|
||||
.unread:not(:empty)
|
||||
display: block
|
||||
|
||||
&.online, &.chat, &.dnd, &.away, &.xa
|
||||
|
@ -384,8 +384,8 @@ h3 {
|
||||
#bookmarks li:hover {
|
||||
background: #1f2d49;
|
||||
}
|
||||
#roster li:hover.hasUnread .unread,
|
||||
#bookmarks li:hover.hasUnread .unread {
|
||||
#roster li:hover .unread:not(:empty),
|
||||
#bookmarks li:hover .unread:not(:empty) {
|
||||
display: block;
|
||||
}
|
||||
#roster li.online:after,
|
||||
|
Loading…
Reference in New Issue
Block a user