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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue