]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Added -webkit-tap-highlight-color to exit-off-canvas anchor 3945/head
authorJake Wilson <jake.e.wilson@gmail.com>
Fri, 20 Dec 2013 21:24:09 +0000 (14:24 -0700)
committerJake Wilson <jake.e.wilson@gmail.com>
Fri, 20 Dec 2013 21:24:09 +0000 (14:24 -0700)
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 <jake.e.wilson@gmail.com>
scss/foundation/components/_offcanvas.scss

index 338b99f4f453c223838c4ec435f083ec68b58a91..c81c5d4a296fe63158bf54b61e53c732eb6106a8 100755 (executable)
@@ -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 {