Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-10-03 00:19:11 +0400
committerMark Otto <markotto@twitter.com>2012-10-03 00:19:11 +0400
commit1bd47230389c9174849f88cc09eda433a6d8dee5 (patch)
treec213be3d6606a3794fefd256abecabef9f61926f /less/sprites.less
parent7c9597f4e76d45571fab7a0e19d90b2fea8aab02 (diff)
fixes #5392: hover on submenu should maintain white icons for active parent a tag
Diffstat (limited to 'less/sprites.less')
-rw-r--r--less/sprites.less4
1 files changed, 3 insertions, 1 deletions
diff --git a/less/sprites.less b/less/sprites.less
index 6d3aaef323..9cd2ae3bfd 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}");
}