aboutsummaryrefslogtreecommitdiff
path: root/less/button-groups.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-05 20:00:23 -0700
committerMark Otto <[email protected]>2013-08-05 20:00:23 -0700
commit219f0fe7c54d6ece4fcfc58b140189c12e63f360 (patch)
tree0355fdccf1ff8599f63a883dd4723c8d977e1e00 /less/button-groups.less
parent0faf42b4bc3fd301beaa5b5f9b4d367f69899b05 (diff)
parentac3cb6974ad0573812b65a2054a5809da9946cb6 (diff)
downloadbootstrap-219f0fe7c54d6ece4fcfc58b140189c12e63f360.tar.xz
bootstrap-219f0fe7c54d6ece4fcfc58b140189c12e63f360.zip
Merge branch '3.0.0-wip' into bs3_alerts_default_class
Conflicts: dist/css/bootstrap.min.css
Diffstat (limited to 'less/button-groups.less')
-rw-r--r--less/button-groups.less8
1 files changed, 6 insertions, 2 deletions
diff --git a/less/button-groups.less b/less/button-groups.less
index 76936691a..3ae18e92f 100644
--- a/less/button-groups.less
+++ b/less/button-groups.less
@@ -47,6 +47,10 @@
&.active {
z-index: 2;
}
+ &:focus {
+ // Remove focus outline when dropdown JS adds it after closing the menu
+ outline: none;
+ }
}
}
@@ -140,11 +144,11 @@
}
// Carets in other button sizes
.btn-lg .caret {
- border-width: 5px;
+ border-width: @caret-width-large;
}
// Upside down carets for .dropup
.dropup .btn-lg .caret {
- border-bottom-width: 5px;
+ border-bottom-width: @caret-width-large;
}