diff options
| author | Quy <[email protected]> | 2017-01-03 19:31:27 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-01-03 19:31:27 -0800 |
| commit | 2ea7e388e7d180d8251e01d0905a694a779d16d0 (patch) | |
| tree | 847b0e942069c52c588de6d27865222afd0e3ef0 /scss/_button-group.scss | |
| parent | acea0b4cc2b513baf240c737af8f8cfd99ae87ab (diff) | |
| download | bootstrap-2ea7e388e7d180d8251e01d0905a694a779d16d0.tar.xz bootstrap-2ea7e388e7d180d8251e01d0905a694a779d16d0.zip | |
Drop .carete (#21525)
Diffstat (limited to 'scss/_button-group.scss')
| -rw-r--r-- | scss/_button-group.scss | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/scss/_button-group.scss b/scss/_button-group.scss index af3c48669..584ed1513 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -128,22 +128,6 @@ } -// Reposition the caret -.btn .caret { - margin-left: 0; -} -// Carets in other button sizes -.btn-lg .caret { - border-width: $caret-width-lg $caret-width-lg 0; - border-bottom-width: 0; -} -// Upside down carets for .dropup -.dropup .btn-lg .caret { - border-width: 0 $caret-width-lg $caret-width-lg; -} - - - // // Vertical button groups // |
