From 57943ed8ee3f564c1d71c8c1d84d542c45e20440 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche <Kev.Kirsche+GitHub@gmail.com> Date: Mon, 24 Aug 2015 11:12:29 -0400 Subject: [PATCH] Use the body color for dropdown menu text Fix #17276 --- scss/_dropdown.scss | 1 + 1 file changed, 1 insertion(+) 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; -- GitLab