Merge pull request #17277 from kkirsche/patch-5

v4 — Use the body color for dropdown menu text in navbars
This commit is contained in:
Mark Otto 2015-11-12 22:17:02 -08:00
commit c1af4aa227
1 changed files with 1 additions and 0 deletions

View File

@ -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;