]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove .top-bar a styles and $topbar-link-color Sass variable, closes #7843
authorGeoff Kimball <geoff@zurb.com>
Thu, 14 Jan 2016 17:13:41 +0000 (09:13 -0800)
committerGeoff Kimball <geoff@zurb.com>
Thu, 14 Jan 2016 17:13:47 +0000 (09:13 -0800)
scss/components/_top-bar.scss

index 335d245520469286e5150fbda5bab0add441f41a..257bb8848e8417b4b873c68356b031c1f509ec14 100644 (file)
@@ -14,10 +14,6 @@ $topbar-padding: 0.5rem !default;
 /// @type Color
 $topbar-background: $light-gray !default;
 
-/// Color for links inside a top bar menu.
-/// @type Color
-$topbar-link-color: $primary-color !default;
-
 /// Width of `<input>` elements inside the top bar.
 /// @type Number
 $topbar-input-width: 200px !default;
@@ -32,10 +28,6 @@ $topbar-input-width: 200px !default;
     background-color: $topbar-background;
   }
 
-  a {
-    color: $topbar-link-color;
-  }
-
   input {
     width: $topbar-input-width;
     margin-#{$global-right}: 1rem;