mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
PropertySortOrder
Properties should be ordered border-top, border-bottom
This commit is contained in:
parent
d10c889fee
commit
67995d034e
1 changed files with 1 additions and 1 deletions
|
@ -27,8 +27,8 @@
|
|||
.dropup {
|
||||
.dropdown-toggle {
|
||||
&::after {
|
||||
border-bottom: $caret-width solid;
|
||||
border-top: 0;
|
||||
border-bottom: $caret-width solid;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue