]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
PropertySortOrder 17294/head
authorFelipe <unehub@gmail.com>
Mon, 24 Aug 2015 21:44:55 +0000 (16:44 -0500)
committerFelipe <unehub@gmail.com>
Mon, 24 Aug 2015 21:44:55 +0000 (16:44 -0500)
Properties should be ordered border-top, border-bottom

scss/_dropdown.scss

index 2f0659a5c6285ae7d283fc2cd93f2ebf1f483fcc..aa1a9d1b3f43ca334a405e58305c52dd7d0fac2b 100644 (file)
@@ -27,8 +27,8 @@
 .dropup {
   .dropdown-toggle {
     &::after {
-      border-bottom: $caret-width solid;
       border-top: 0;
+      border-bottom: $caret-width solid;
     }
   }
 }