mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-26 20:03:59 +00:00
Fixes #10694: Remove unnecessary content property from .caret
This commit is contained in:
parent
02423caa85
commit
ef636bd62d
3 changed files with 1 additions and 3 deletions
1
dist/css/bootstrap.css
vendored
1
dist/css/bootstrap.css
vendored
|
|
@ -3224,7 +3224,6 @@ input[type="button"].btn-block {
|
||||||
border-right: 4px solid transparent;
|
border-right: 4px solid transparent;
|
||||||
border-bottom: 0 dotted;
|
border-bottom: 0 dotted;
|
||||||
border-left: 4px solid transparent;
|
border-left: 4px solid transparent;
|
||||||
content: "";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown {
|
.dropdown {
|
||||||
|
|
|
||||||
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
|
|
@ -16,7 +16,6 @@
|
||||||
// Firefox fix for https://github.com/twbs/bootstrap/issues/9538. Once fixed,
|
// Firefox fix for https://github.com/twbs/bootstrap/issues/9538. Once fixed,
|
||||||
// we can just straight up remove this.
|
// we can just straight up remove this.
|
||||||
border-bottom: 0 dotted;
|
border-bottom: 0 dotted;
|
||||||
content: "";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// The dropdown wrapper (div)
|
// The dropdown wrapper (div)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue