From f7edd374cbedabf9c307c55e3c9361c0b2734133 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aitor=20Garc=C3=ADa=20Rey?= Date: Tue, 5 Mar 2013 22:20:15 +0000 Subject: [PATCH] Honor $topbar-dropdown-link-color MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3