0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

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

This commit is contained in:
Mark Otto 2012-05-13 21:52:18 -07:00
parent 332d2a7384
commit ea15660973
2 changed files with 2 additions and 2 deletions

View File

@ -2433,7 +2433,7 @@ table .span24 {
*z-index: 1000; *z-index: 1000;
} }
.open .dropdown-menu { .open > .dropdown-menu {
display: block; display: block;
} }

View File

@ -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;
} }
} }