From 679a19e076bae1a9ec22209853db59325dd518d7 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Sat, 21 Mar 2015 19:14:06 +0100 Subject: [PATCH] fix tap highlighting on android --- history.html | 1 + 1 file changed, 1 insertion(+) diff --git a/history.html b/history.html index a45e85c..c4cf4e6 100644 --- a/history.html +++ b/history.html @@ -23,6 +23,7 @@ } button { + -webkit-tap-highlight-color: transparent; font-family: "ionicons"; box-shadow: 0px 0.5px 3px rgba(0, 0, 0, 0.16), 0px 0.5px 2px rgba(0, 0, 0, 0.24); border-radius: 0.9em;