Commit 67995d03 authored by Felipe's avatar Felipe

PropertySortOrder

Properties should be ordered border-top, border-bottom
parent d10c889f
...@@ -27,8 +27,8 @@ ...@@ -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;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment