From: Kevin Kirsche Date: Mon, 24 Aug 2015 15:12:29 +0000 (-0400) Subject: Use the body color for dropdown menu text X-Git-Tag: v4.0.0-alpha.2~164^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57943ed8ee3f564c1d71c8c1d84d542c45e20440;p=thirdparty%2Fbootstrap.git Use the body color for dropdown menu text Fix #17276 --- diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index aa1a9d1b3f..18b97e8b03 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;