mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-08 06:36:33 +02:00
#3420: properly scope dropdown open state to immediate children only
This commit is contained in:
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@@ -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 @@
|
|||||||
// 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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user