]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Issue 7156 - fix $topbar-link-color variable 7240/head
authorImad <chiliconsql@gmail.com>
Thu, 26 Nov 2015 19:03:31 +0000 (11:03 -0800)
committerImad <chiliconsql@gmail.com>
Thu, 26 Nov 2015 19:03:31 +0000 (11:03 -0800)
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

index 09c92f3a74ef30a9a1cd1191d5df6533bb1df0d4..fe841b6d1b846026c4fb40cbae3d000010391dea 100644 (file)
@@ -29,6 +29,11 @@ $topbar-input-width: 200px !default;
 
   &, ul {
     background-color: $topbar-background;
+
+    & li > a {
+      color: $topbar-link-color;
+    }
+
   }
 
   input {