1
0
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:
karolinaszczur 2013-09-25 10:29:23 +02:00
parent 4695a84907
commit 949e217fd2
2 changed files with 3 additions and 3 deletions

View File

@ -66,7 +66,7 @@
&:hover
background: $sidebarActive
&.hasUnread .unread
.unread:not(:empty)
display: block
&.online, &.chat, &.dnd, &.away, &.xa

View File

@ -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,