]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Honor $topbar-dropdown-link-color 1730/head
authorAitor García Rey <hello@aitor.is>
Tue, 5 Mar 2013 22:20:15 +0000 (22:20 +0000)
committerAitor García Rey <hello@aitor.is>
Tue, 5 Mar 2013 22:20:15 +0000 (22:20 +0000)
Change link color in topbar dropdowns to honor the variable designed to configure them "$topbar-dropdown-link-color". It was changed originally from a static "#fff" to "$topbar-link-color" here: https://github.com/zurb/foundation/commit/1daa251f954fc7191b12b8a5253f1ffba7bce483

scss/foundation/components/_top-bar.scss

index b9c49cef1059e7acb18ca0204cf3613411d79cb5..51a6b41725dfdead88d32b4b944ccf013c63f622 100644 (file)
@@ -209,7 +209,7 @@ $topbar-media-query: "only screen and (min-width:"#{$topbar-breakpoint}")" !defa
       display: block;
       width: 100%;
       padding: 12px 0 12px $topbar-height / 3;
-      color: $topbar-link-color;
+      color: $topbar-dropdown-link-color;
       font-size: $topbar-link-font-size;
       font-weight: $topbar-link-weight;
       background: $topbar-dropdown-bg;