From 5c08ad66af56d306acb853fe1144793d5a164f9f Mon Sep 17 00:00:00 2001 From: Jake Wilson Date: Fri, 20 Dec 2013 14:24:09 -0700 Subject: [PATCH] Added -webkit-tap-highlight-color to exit-off-canvas anchor When the off canvas menu is open on a mobile Chrome browser, the .exit-off-canvas anchor has the webkit tap highlight color applied to it. This fixes the issue by making the tap highlight color transparent. Signed-off-by: Jake Wilson --- scss/foundation/components/_offcanvas.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/foundation/components/_offcanvas.scss b/scss/foundation/components/_offcanvas.scss index 338b99f4f..c81c5d4a2 100755 --- a/scss/foundation/components/_offcanvas.scss +++ b/scss/foundation/components/_offcanvas.scss @@ -240,6 +240,7 @@ $menu-slide: "transform 500ms ease" !default; left:0; right:0; z-index: 1002; + -webkit-tap-highlight-color: rgba(0,0,0,0); @media #{$medium-up} { &:hover { -- 2.47.2