From: Imad Date: Thu, 26 Nov 2015 19:03:31 +0000 (-0800) Subject: Issue 7156 - fix $topbar-link-color variable X-Git-Tag: v6.0.5~34^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7240%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git 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 --- 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 {