diff options
Diffstat (limited to 'less/button-groups.less')
| -rw-r--r-- | less/button-groups.less | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index e4a78cd4e..45f2fd0a9 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -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; } |
