diff options
| author | Mark Otto <[email protected]> | 2012-05-13 21:52:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-05-13 21:52:18 -0700 |
| commit | ea156609736513a4ad5aa22ef574bccbc3d23330 (patch) | |
| tree | 8b63001851f6a775dc151776ef5e838632232240 /less/dropdowns.less | |
| parent | 332d2a7384621e113282752d21987b04f1ec6388 (diff) | |
| download | bootstrap-ea156609736513a4ad5aa22ef574bccbc3d23330.tar.xz bootstrap-ea156609736513a4ad5aa22ef574bccbc3d23330.zip | |
#3420: properly scope dropdown open state to immediate children only
Diffstat (limited to 'less/dropdowns.less')
| -rw-r--r-- | less/dropdowns.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less index 2bcd55687..96dfec223 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -103,7 +103,7 @@ // make the menu appear below buttons that appeared later on the page *z-index: @zindexDropdown; - .dropdown-menu { + & > .dropdown-menu { display: block; } } |
