From aed8bc77024d98eaf7be5ed5d1f2b1cac2d19398 Mon Sep 17 00:00:00 2001 From: Georg Fischer Date: Wed, 10 Aug 2016 20:45:13 +0200 Subject: [PATCH] add tap highlight color --- styles/global/reset.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/global/reset.css b/styles/global/reset.css index f8f2bf1..8ea6ea7 100644 --- a/styles/global/reset.css +++ b/styles/global/reset.css @@ -2,4 +2,8 @@ content: ''; display: table; clear: both; +} + +a, button { + -webkit-tap-highlight-color: rgba( 0, 0, 0, 0 ); } \ No newline at end of file