aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-11-13 00:21:43 -0800
committerChris Rebert <[email protected]>2015-11-13 00:21:43 -0800
commit6d591edcb7540eff05b21ef53205aa8517080432 (patch)
tree2a2ecfa39a71a92daad6762e38f5c9b6a9476ccb
parent2315bc60521936f030e91f70b91b50c142b920c4 (diff)
downloadbootstrap-6d591edcb7540eff05b21ef53205aa8517080432.tar.xz
bootstrap-6d591edcb7540eff05b21ef53205aa8517080432.zip
.dropdown-menu: Swap color and font-size property order to make SCSS Lint happy
-rw-r--r--scss/_dropdown.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss
index fc2b810e4..c477dfb17 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;