Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-05-14 08:52:18 +0400
committerMark Otto <markotto@twitter.com>2012-05-14 08:52:18 +0400
commitea156609736513a4ad5aa22ef574bccbc3d23330 (patch)
tree8b63001851f6a775dc151776ef5e838632232240 /less
parent332d2a7384621e113282752d21987b04f1ec6388 (diff)
#3420: properly scope dropdown open state to immediate children only
Diffstat (limited to '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 2bcd556879..96dfec2237 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;
}
}