From 8a1be5917cb95bc2663bca902969b0eb3079f586 Mon Sep 17 00:00:00 2001 From: technorandall Date: Tue, 11 Mar 2014 18:27:31 -0700 Subject: [PATCH] Update app.css Changed line 4809 to [.top-bar.expanded .toggle-topbar.menu-icon a:after] to address mobile menu box-shadow issue (when menu is expanded). --- css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index e6223d3..14a25ab 100644 --- a/css/app.css +++ b/css/app.css @@ -4806,7 +4806,7 @@ meta.foundation-mq-topbar { .top-bar.expanded .toggle-topbar a { color: #888888; } -.top-bar.expanded .toggle-topbar a span { +.top-bar.expanded .toggle-topbar.menu-icon a:after { -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; }