From bb9b131b2ffc07d44b6a9b9f283d7f411508da3b Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sun, 7 May 2017 20:16:31 +0300 Subject: [PATCH] fix(style) focus on click in IOS Safari --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 86071d73..f9c70fc9 100644 --- a/css/style.css +++ b/css/style.css @@ -24,6 +24,7 @@ body, pre, code { .fm, .keyspanel { cursor : default; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select : none; -moz-user-select : none; -ms-user-select : none;