diff options
| author | Mark Otto <[email protected]> | 2012-02-01 17:54:21 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-01 17:54:21 -0800 |
| commit | 3a2f0765bfe6cd5696bf3b054364b6a03cbe05da (patch) | |
| tree | a888f7cde5a9c7c6a424fbb26fa044fa8e864ba5 /less | |
| parent | 73238701bd9c5fd43108e1e2a16ce6bdbcd728c9 (diff) | |
| download | bootstrap-3a2f0765bfe6cd5696bf3b054364b6a03cbe05da.tar.xz bootstrap-3a2f0765bfe6cd5696bf3b054364b6a03cbe05da.zip | |
fix hover state on .nav-list for active links
Diffstat (limited to 'less')
| -rw-r--r-- | less/navs.less | 5 |
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; } |
