0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Use the body color for dropdown menu text

Fix #17276
This commit is contained in:
Kevin Kirsche 2015-08-24 11:12:29 -04:00 committed by Kevin Kirsche
parent cf70fce245
commit 57943ed8ee

View File

@ -44,6 +44,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;