From: Chris Rebert Date: Fri, 13 Nov 2015 08:21:43 +0000 (-0800) Subject: .dropdown-menu: Swap color and font-size property order to make SCSS Lint happy X-Git-Tag: v4.0.0-alpha.2~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d591edcb7540eff05b21ef53205aa8517080432;p=thirdparty%2Fbootstrap.git .dropdown-menu: Swap color and font-size property order to make SCSS Lint happy --- diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index fc2b810e4f..c477dfb172 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -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;