From 8d68e7f7ba1e0ca7e232c07abd3f6aa5828bcd96 Mon Sep 17 00:00:00 2001 From: Andy Paicu Date: Mon, 2 May 2022 18:57:34 +0000 Subject: [PATCH] Fix confusing green flash when tapping on button in chrome dev tools, mobile device simulator mode --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 258ecfb..3a53b9c 100644 --- a/style.css +++ b/style.css @@ -46,6 +46,7 @@ button:hover { cursor: pointer; box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); transform: translateY(-2px); + -webkit-tap-highlight-color: transparent; } button.success { background: #AFA;