aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/navs.less5
1 files changed, 3 insertions, 2 deletions
diff --git a/less/navs.less b/less/navs.less
index dfb2996f0..a29cb712b 100644
--- a/less/navs.less
+++ b/less/navs.less
@@ -49,12 +49,13 @@
.nav-list > li + .nav-header {
margin-top: 9px;
}
-.nav-list .active > a {
+.nav-list .active > a,
+.nav-list .active > a:hover {
color: @white;
text-shadow: 0 -1px 0 rgba(0,0,0,.2);
background-color: @linkColor;
}
-.nav-list .icon {
+.nav-list [class^="icon-"] {
margin-right: 2px;
}