aboutsummaryrefslogtreecommitdiff
path: root/less/dropdowns.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-28 12:09:16 -0800
committerJacob Thornton <[email protected]>2012-01-28 12:09:16 -0800
commite1a1fdd35d347b8aef8b6d183c182be684314e89 (patch)
tree90e7646385366c105635ab864335ee33fb4735c2 /less/dropdowns.less
parent12d3c2fe74bbe2570e47a2c8d7154a3011bd0770 (diff)
parent39f70afed9998826f4a4ff548b721a5b065c985e (diff)
downloadbootstrap-e1a1fdd35d347b8aef8b6d183c182be684314e89.tar.xz
bootstrap-e1a1fdd35d347b8aef8b6d183c182be684314e89.zip
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'less/dropdowns.less')
-rw-r--r--less/dropdowns.less6
1 files changed, 5 insertions, 1 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less
index e73b056e9..83f535ae8 100644
--- a/less/dropdowns.less
+++ b/less/dropdowns.less
@@ -5,10 +5,14 @@
.dropdown {
position: relative;
}
-.dropdown .dropdown-toggle {
+.dropdown-toggle {
// The caret makes the toggle a bit too tall in IE7
*margin-bottom: -3px;
}
+.dropdown-toggle:active,
+.open .dropdown-toggle {
+ outline: 0;
+}
// Dropdown arrow/caret
.caret {
display: inline-block;