From: Lonewolf Date: Thu, 20 Feb 2014 07:41:23 +0000 (+0530) Subject: Topbar menu icon color when toggled X-Git-Tag: v5.2.0~45^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F4496%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Topbar menu icon color when toggled --- 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,