Commit ea156609 authored by Mark Otto's avatar Mark Otto

#3420: properly scope dropdown open state to immediate children only

parent 332d2a73
...@@ -2433,7 +2433,7 @@ table .span24 { ...@@ -2433,7 +2433,7 @@ table .span24 {
*z-index: 1000; *z-index: 1000;
} }
.open .dropdown-menu { .open > .dropdown-menu {
display: block; display: block;
} }
......
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
// make the menu appear below buttons that appeared later on the page // make the menu appear below buttons that appeared later on the page
*z-index: @zindexDropdown; *z-index: @zindexDropdown;
.dropdown-menu { & > .dropdown-menu {
display: block; display: block;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment