diff options
| author | Mark Otto <[email protected]> | 2013-11-28 10:45:11 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-28 10:45:11 -0800 |
| commit | 2abaed98769bd3f5d9bf842c86bc25e4f6bfcd6d (patch) | |
| tree | 79da61aa93ce790c706a6c2676f9067443a58b0c /less/button-groups.less | |
| parent | 9829c86f7ca5c76ef21892ec1198858eebc99392 (diff) | |
| parent | 3d5e598e5c9bc4d0573266e9a0aa84f988683285 (diff) | |
| download | bootstrap-2abaed98769bd3f5d9bf842c86bc25e4f6bfcd6d.tar.xz bootstrap-2abaed98769bd3f5d9bf842c86bc25e4f6bfcd6d.zip | |
Merge pull request #11642 from tlindig/caret_color_fix
removed all caret border color settings.
Diffstat (limited to 'less/button-groups.less')
| -rw-r--r-- | less/button-groups.less | 31 |
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 { |
