mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
fixes #10744: back to solid borders on carets
This commit is contained in:
parent
7545da2e3c
commit
a2c6daafd0
3
dist/css/bootstrap.css
vendored
3
dist/css/bootstrap.css
vendored
@ -3462,7 +3462,6 @@ input[type="button"].btn-block {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
border-top: 4px solid #000000;
|
border-top: 4px solid #000000;
|
||||||
border-right: 4px solid transparent;
|
border-right: 4px solid transparent;
|
||||||
border-bottom: 0 dotted;
|
|
||||||
border-left: 4px solid transparent;
|
border-left: 4px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3580,7 +3579,7 @@ input[type="button"].btn-block {
|
|||||||
|
|
||||||
.dropup .caret,
|
.dropup .caret,
|
||||||
.navbar-fixed-bottom .dropdown .caret {
|
.navbar-fixed-bottom .dropdown .caret {
|
||||||
border-top: 0 dotted;
|
border-top: 0;
|
||||||
border-bottom: 4px solid #000000;
|
border-bottom: 4px solid #000000;
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
dist/js/bootstrap.min.js
vendored
2
dist/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -13,9 +13,6 @@
|
|||||||
border-top: @caret-width-base solid @dropdown-caret-color;
|
border-top: @caret-width-base solid @dropdown-caret-color;
|
||||||
border-right: @caret-width-base solid transparent;
|
border-right: @caret-width-base solid transparent;
|
||||||
border-left: @caret-width-base solid transparent;
|
border-left: @caret-width-base solid transparent;
|
||||||
// Firefox fix for https://github.com/twbs/bootstrap/issues/9538. Once fixed,
|
|
||||||
// we can just straight up remove this.
|
|
||||||
border-bottom: 0 dotted;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// The dropdown wrapper (div)
|
// The dropdown wrapper (div)
|
||||||
@ -163,9 +160,7 @@
|
|||||||
.navbar-fixed-bottom .dropdown {
|
.navbar-fixed-bottom .dropdown {
|
||||||
// Reverse the caret
|
// Reverse the caret
|
||||||
.caret {
|
.caret {
|
||||||
// Firefox fix for https://github.com/twbs/bootstrap/issues/9538. Once this
|
border-top: 0;
|
||||||
// gets fixed, restore `border-top: 0;`.
|
|
||||||
border-top: 0 dotted;
|
|
||||||
border-bottom: @caret-width-base solid @dropdown-caret-color;
|
border-bottom: @caret-width-base solid @dropdown-caret-color;
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user