aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-11-12 22:17:02 -0800
committerMark Otto <[email protected]>2015-11-12 22:17:02 -0800
commitc1af4aa227884e7893ccc9b1dfc3f3dca26f9941 (patch)
tree9c68aeab95f8b5a2d1823b3e53243576d585698f
parentfd8cd7ea88ea9ad74b288229dc584a61f4c8cfad (diff)
parent57943ed8ee3f564c1d71c8c1d84d542c45e20440 (diff)
downloadbootstrap-c1af4aa227884e7893ccc9b1dfc3f3dca26f9941.tar.xz
bootstrap-c1af4aa227884e7893ccc9b1dfc3f3dca26f9941.zip
Merge pull request #17277 from kkirsche/patch-5
v4 — Use the body color for dropdown menu text in navbars
-rw-r--r--scss/_dropdown.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss
index 23fc283ba..d5861e19e 100644
--- a/scss/_dropdown.scss
+++ b/scss/_dropdown.scss
@@ -45,6 +45,7 @@
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0; // override default ul
+ color: $body-color;
font-size: $font-size-base;
text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)
list-style: none;