]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
linting
authorMark Otto <markdotto@gmail.com>
Mon, 26 Dec 2016 22:52:39 +0000 (14:52 -0800)
committerMark Otto <markd.otto@gmail.com>
Wed, 28 Dec 2016 23:12:04 +0000 (15:12 -0800)
scss/mixins/_buttons.scss

index 7a0a08a65357a2b23cb34dd137f26aa1cdd3c52e..8e0c4936b7a16a465a922fb25fdbecf8292f8841 100644 (file)
@@ -37,8 +37,8 @@
   .show > &.dropdown-toggle {
     color: $color;
     background-color: $active-background;
-    border-color: $active-border;
     background-image: none; // Remove the gradient for the pressed/active state
+    border-color: $active-border;
     @include box-shadow($btn-active-box-shadow);
   }
 }