mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-22 09:12:19 -05:00
[ux] fix sidebar user hover
This commit is contained in:
parent
e9d34088b2
commit
9034a72122
@ -70,7 +70,7 @@
|
|||||||
display: block
|
display: block
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
background: $sidebarActive
|
background: $blue-saturated
|
||||||
|
|
||||||
&.online:not(.idle), &.chat, &.dnd, &.away, &.xa
|
&.online:not(.idle), &.chat, &.dnd, &.away, &.xa
|
||||||
|
|
||||||
|
@ -321,7 +321,7 @@ a:active {
|
|||||||
}
|
}
|
||||||
#roster li:hover,
|
#roster li:hover,
|
||||||
#bookmarks li:hover {
|
#bookmarks li:hover {
|
||||||
background: $sidebarActive;
|
background: #192a47;
|
||||||
}
|
}
|
||||||
#roster li.online:not(.idle):after,
|
#roster li.online:not(.idle):after,
|
||||||
#bookmarks li.online:not(.idle):after,
|
#bookmarks li.online:not(.idle):after,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# 0.0.1 1382652626083
|
# 0.0.1 1382652938094
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
/app.js
|
/app.js
|
||||||
|
Loading…
Reference in New Issue
Block a user