mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-23 18:40:03 +00:00
PropertySortOrder
Properties should be ordered border-top, border-bottom
This commit is contained in:
parent
d10c889fee
commit
67995d034e
@ -27,8 +27,8 @@
|
|||||||
.dropup {
|
.dropup {
|
||||||
.dropdown-toggle {
|
.dropdown-toggle {
|
||||||
&::after {
|
&::after {
|
||||||
border-bottom: $caret-width solid;
|
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
|
border-bottom: $caret-width solid;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user