diff options
| author | Mark Otto <[email protected]> | 2012-10-02 13:19:11 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-02 13:19:11 -0700 |
| commit | 1bd47230389c9174849f88cc09eda433a6d8dee5 (patch) | |
| tree | c213be3d6606a3794fefd256abecabef9f61926f /less | |
| parent | 7c9597f4e76d45571fab7a0e19d90b2fea8aab02 (diff) | |
| download | bootstrap-1bd47230389c9174849f88cc09eda433a6d8dee5.tar.xz bootstrap-1bd47230389c9174849f88cc09eda433a6d8dee5.zip | |
fixes #5392: hover on submenu should maintain white icons for active parent a tag
Diffstat (limited to 'less')
| -rw-r--r-- | less/sprites.less | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/less/sprites.less b/less/sprites.less index 6d3aaef32..9cd2ae3bf 100644 --- a/less/sprites.less +++ b/less/sprites.less @@ -39,7 +39,9 @@ .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], -.dropdown-menu > .active > a > [class*=" icon-"] { +.dropdown-menu > .active > a > [class*=" icon-"], +.dropdown-submenu:hover > a > [class^="icon-"], +.dropdown-submenu:hover > a > [class*=" icon-"] { background-image: url("@{iconWhiteSpritePath}"); } |
