mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-28 20:52:21 +01:00
Fix all submenus expanded recursively in dropdown
The problem was that the CSS selector made *all* of a submenu's nested menus visible. Fixed by applying the selector to the immediate nested menu only.
This commit is contained in:
parent
320b75de63
commit
6e7ba4e24a
@ -172,7 +172,7 @@
|
||||
-moz-border-radius: 0 6px 6px 6px;
|
||||
border-radius: 0 6px 6px 6px;
|
||||
}
|
||||
.dropdown-submenu:hover .dropdown-menu {
|
||||
.dropdown-submenu:hover > .dropdown-menu {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user