From 720d4d82e0a1ff2345f9c650c1bb200b083547cb Mon Sep 17 00:00:00 2001 From: Lonewolf Date: Thu, 20 Feb 2014 13:11:23 +0530 Subject: [PATCH] Topbar menu icon color when toggled --- 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 c2099ea1e..18b11474a 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -246,7 +246,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the .toggle-topbar { a { color: $topbar-menu-link-color-toggled; - span { + &::after { // Shh, don't tell, but box-shadows create the menu icon :) @if $experimental { -webkit-box-shadow: 1px 10px 1px 1px $topbar-menu-icon-color-toggled, -- 2.47.2