From: Aitor García Rey Date: Tue, 5 Mar 2013 22:20:15 +0000 (+0000) Subject: Honor $topbar-dropdown-link-color X-Git-Tag: v4.0.5~26^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1730%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Honor $topbar-dropdown-link-color 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 --- diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index b9c49cef1..51a6b4172 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -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;