1
0
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:
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 &:hover
background: $sidebarActive background: $sidebarActive
&.hasUnread .unread .unread:not(:empty)
display: block display: block
&.online, &.chat, &.dnd, &.away, &.xa &.online, &.chat, &.dnd, &.away, &.xa

View File

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