-webkit-tap-highlight-color is an unsupported WebKit property that does not appear in the draft CSS specification. Override the highlight color displayed when the user clicks on a link or clickable element in JavaScript on iOS. This attribute can only set transparency. If transparency is not set, iOS Safari uses the default transparency. When the transparency is set to 0, this attribute is disabled; when the transparency is set to 1, the element is not visible when clicked. Syntax: -webkit-tap-highlight-color: color Default value: inherit Applicable to: link elements such as new window opening, img elements such as saving images, etc.
-webkit-tap-highlight-color is an unsupported WebKit property that does not appear in the draft CSS specification.
Override the highlight color displayed when the user clicks on a link or clickable element in JavaScript on iOS.
This attribute can only set transparency. If transparency is not set, iOS Safari uses the default transparency. When the transparency is set to 0, this attribute is disabled; when the transparency is set to 1, the element is not visible when clicked.
Syntax:
-webkit-tap-highlight-color: color
Default value: inherit
Applicable to: link elements such as new window opening, img elements such as saving images, etc.
outline: none;
Maybe overkill, but it works great on iOS.