mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-12-01 13:42:16 -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
|
&:hover
|
||||||
background: $sidebarActive
|
background: $sidebarActive
|
||||||
|
|
||||||
&.hasUnread .unread
|
.unread:not(:empty)
|
||||||
display: block
|
display: block
|
||||||
|
|
||||||
&.online, &.chat, &.dnd, &.away, &.xa
|
&.online, &.chat, &.dnd, &.away, &.xa
|
||||||
|
@ -384,8 +384,8 @@ h3 {
|
|||||||
#bookmarks li:hover {
|
#bookmarks li:hover {
|
||||||
background: #1f2d49;
|
background: #1f2d49;
|
||||||
}
|
}
|
||||||
#roster li:hover.hasUnread .unread,
|
#roster li:hover .unread:not(:empty),
|
||||||
#bookmarks li:hover.hasUnread .unread {
|
#bookmarks li:hover .unread:not(:empty) {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
#roster li.online:after,
|
#roster li.online:after,
|
||||||
|
Loading…
Reference in New Issue
Block a user