diff options
| author | Kevin Kirsche <[email protected]> | 2015-08-24 11:12:29 -0400 |
|---|---|---|
| committer | Kevin Kirsche <[email protected]> | 2015-09-01 21:23:43 -0700 |
| commit | 57943ed8ee3f564c1d71c8c1d84d542c45e20440 (patch) | |
| tree | 049383ce446bbda2d4b589ca9ff003b56a6e7822 | |
| parent | cf70fce245da359a3b7513108217418e4d6ba05a (diff) | |
| download | bootstrap-57943ed8ee3f564c1d71c8c1d84d542c45e20440.tar.xz bootstrap-57943ed8ee3f564c1d71c8c1d84d542c45e20440.zip | |
Use the body color for dropdown menu text
Fix #17276
| -rw-r--r-- | scss/_dropdown.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index aa1a9d1b3..18b97e8b0 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -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; |
