From 85a977bae630109e97a9971160221e4d0f85096a Mon Sep 17 00:00:00 2001 From: Imad Date: Thu, 26 Nov 2015 11:03:31 -0800 Subject: [PATCH] Issue 7156 - fix $topbar-link-color variable Changing $topbar-link-color in _settings was having no effect. Modified _top-bar.scss similar to what version 5.0 had --- scss/components/_top-bar.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scss/components/_top-bar.scss b/scss/components/_top-bar.scss index 09c92f3a7..fe841b6d1 100644 --- a/scss/components/_top-bar.scss +++ b/scss/components/_top-bar.scss @@ -29,6 +29,11 @@ $topbar-input-width: 200px !default; &, ul { background-color: $topbar-background; + + & li > a { + color: $topbar-link-color; + } + } input { -- 2.47.2