dataarts / dat.gui

Lightweight controller library for JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get rid of blue highlight that appears on mobile tap/touch?

FuzzyWobble opened this issue · comments

I've tried the css tricks, but it just wont go away :(

*:focus {
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
}