aboutsummaryrefslogtreecommitdiff
path: root/less/button-groups.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-11-28 11:57:12 -0800
committerMark Otto <[email protected]>2013-11-28 11:57:12 -0800
commitb7b72cc8773b88d4ba23a84847e93fb9e8d3e1bb (patch)
treed58ecfd74b18ee7f1183e3e301ec519c00494bcc /less/button-groups.less
parentbff8ba2b794305842d7a712a1bf6e400b898b7c0 (diff)
parent56f4cf0316b03af888c22c62e4ef24e437b4a370 (diff)
downloadbootstrap-b7b72cc8773b88d4ba23a84847e93fb9e8d3e1bb.tar.xz
bootstrap-b7b72cc8773b88d4ba23a84847e93fb9e8d3e1bb.zip
Merge branch 'master' into pr/11614
Conflicts: dist/css/bootstrap.min.css
Diffstat (limited to 'less/button-groups.less')
-rw-r--r--less/button-groups.less31
1 files changed, 0 insertions, 31 deletions
diff --git a/less/button-groups.less b/less/button-groups.less
index c25357622..0a07a4bc8 100644
--- a/less/button-groups.less
+++ b/less/button-groups.less
@@ -2,37 +2,6 @@
// Button groups
// --------------------------------------------------
-// Button carets
-//
-// Match the button text color to the arrow/caret for indicating dropdown-ness.
-
-.caret {
- .btn-default & {
- border-top-color: @btn-default-color;
- }
- .btn-primary &,
- .btn-success &,
- .btn-warning &,
- .btn-danger &,
- .btn-info & {
- border-top-color: #fff;
- }
-}
-.dropup {
- .btn-default .caret {
- border-bottom-color: @btn-default-color;
- }
- .btn-primary,
- .btn-success,
- .btn-warning,
- .btn-danger,
- .btn-info {
- .caret {
- border-bottom-color: #fff;
- }
- }
-}
-
// Make the div behave like a button
.btn-group,
.btn-group-vertical {