1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-19 11:51:23 +02:00

Merge pull request #17294 from unehub/patch-1

PropertySortOrder
This commit is contained in:
Heinrich Fenkart
2015-08-25 02:20:05 +02:00

View File

@@ -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;
} }
} }
} }