aboutsummaryrefslogtreecommitdiff
path: root/less/button-groups.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/button-groups.less')
-rw-r--r--less/button-groups.less5
1 files changed, 2 insertions, 3 deletions
diff --git a/less/button-groups.less b/less/button-groups.less
index b137aba6d..45f2fd0a9 100644
--- a/less/button-groups.less
+++ b/less/button-groups.less
@@ -159,13 +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-width: @caret-width-large;
- border-top-width: 0;
+ border-width: 0 @caret-width-large @caret-width-large;
}