]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use the body color for dropdown menu text 17277/head
authorKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Mon, 24 Aug 2015 15:12:29 +0000 (11:12 -0400)
committerKevin Kirsche <kev.kirsche@gmail.com>
Wed, 2 Sep 2015 04:23:43 +0000 (21:23 -0700)
Fix #17276

scss/_dropdown.scss

index aa1a9d1b3f43ca334a405e58305c52dd7d0fac2b..18b97e8b037b52d0fbc95e2c4e3717e05398ef67 100644 (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;