]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
.dropdown-menu: Swap color and font-size property order to make SCSS Lint happy
authorChris Rebert <github@chrisrebert.com>
Fri, 13 Nov 2015 08:21:43 +0000 (00:21 -0800)
committerChris Rebert <github@chrisrebert.com>
Fri, 13 Nov 2015 08:21:43 +0000 (00:21 -0800)
scss/_dropdown.scss

index fc2b810e4ffd9111a04fff9aa3beb9f684f82620..c477dfb172e17b4590b228be8ec5edb0156950c9 100644 (file)
@@ -45,8 +45,8 @@
   min-width: 160px;
   padding: 5px 0;
   margin: 2px 0 0; // override default ul
-  color: $body-color;
   font-size: $font-size-base;
+  color: $body-color;
   text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)
   list-style: none;
   background-color: $dropdown-bg;