#3420: properly scope dropdown open state to immediate children only
This commit is contained in:
parent
332d2a7384
commit
ea15660973
2 changed files with 2 additions and 2 deletions
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
|
|
@ -2433,7 +2433,7 @@ table .span24 {
|
|||
*z-index: 1000;
|
||||
}
|
||||
|
||||
.open .dropdown-menu {
|
||||
.open > .dropdown-menu {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue