mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 05:03:16 +02:00
fixed caret
This commit is contained in:
4
dist/css/bootstrap.css
vendored
4
dist/css/bootstrap.css
vendored
@@ -2633,10 +2633,12 @@ input[type="button"].btn-block {
|
||||
|
||||
.btn-lg .caret {
|
||||
border-width: 5px;
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
.dropup .btn-lg .caret {
|
||||
border-bottom-width: 5px;
|
||||
border-width: 5px;
|
||||
border-top-width: 0;
|
||||
}
|
||||
|
||||
.btn-group-vertical > .btn,
|
||||
|
Reference in New Issue
Block a user