Disable tap hightlight color on mobile devices

This commit is contained in:
Gerome Matilla 2020-06-05 09:54:49 +08:00
parent 24d59af96f
commit 9034dfb507

View File

@ -42,6 +42,10 @@
-moz-osx-font-smoothing: grayscale !important;
text-rendering: optimizeLegibility !important;
font-variant-ligatures: none !important;
/*Disable tap hightlight color on mobile devices*/
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {