aboutsummaryrefslogtreecommitdiff
path: root/less/dropdowns.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-05-13 21:52:18 -0700
committerMark Otto <[email protected]>2012-05-13 21:52:18 -0700
commitea156609736513a4ad5aa22ef574bccbc3d23330 (patch)
tree8b63001851f6a775dc151776ef5e838632232240 /less/dropdowns.less
parent332d2a7384621e113282752d21987b04f1ec6388 (diff)
downloadbootstrap-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.less2
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;
}
}