Mobile safari, touch and hold the link, a gray shadow will appear, how to disable it?
every single link in mobile safari for iOS when listened and held will show a gray shadow such as a label, is there a way to disable it or customize it?
+3
Linlis
source
to share
1 answer
Simple css property for this
-webkit-tap-highlight-color: rgba(0,0,0,0);
+8
DoubleYo
source
to share