aboutsummaryrefslogtreecommitdiff
path: root/less/button-groups.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-18 19:02:42 -0700
committerMark Otto <[email protected]>2013-08-18 19:02:42 -0700
commit9dcae610e97c5422652d7212fda5985de1653d4c (patch)
tree03f5f15fb5d3a1561f69ce97a1a9f651e816330c /less/button-groups.less
parent578a14e14aa7c6ad37f307d5d78e9a2afb0e7bfb (diff)
parent5bd2d7ed7e5a2bae56de81bf550f2e4b1451ab25 (diff)
downloadbootstrap-9dcae610e97c5422652d7212fda5985de1653d4c.tar.xz
bootstrap-9dcae610e97c5422652d7212fda5985de1653d4c.zip
Merge branch '3.0.0-wip' into bs3_homepage
Conflicts: customize.html examples/justified-nav/justified-nav.css
Diffstat (limited to 'less/button-groups.less')
-rw-r--r--less/button-groups.less15
1 files changed, 8 insertions, 7 deletions
diff --git a/less/button-groups.less b/less/button-groups.less
index e4a78cd4e..43ada11d9 100644
--- a/less/button-groups.less
+++ b/less/button-groups.less
@@ -22,11 +22,11 @@
& .btn-default .caret {
border-bottom-color: @btn-default-color;
}
- & .btn-primary,
- & .btn-success,
- & .btn-warning,
- & .btn-danger,
- & .btn-info {
+ .btn-primary,
+ .btn-success,
+ .btn-warning,
+ .btn-danger,
+ .btn-info {
.caret {
border-bottom-color: #fff;
}
@@ -159,11 +159,12 @@
}
// Carets in other button sizes
.btn-lg .caret {
- border-width: @caret-width-large;
+ border-width: @caret-width-large @caret-width-large 0;
+ border-bottom-width: 0;
}
// Upside down carets for .dropup
.dropup .btn-lg .caret {
- border-bottom-width: @caret-width-large;
+ border-width: 0 @caret-width-large @caret-width-large;
}