When an HTML element is \'focused\' (currently selected/tabbed into), many browsers (at least Safari and Chrome) will put a blue border around it.
For the layout I a
I tried all the answers and I still couldn't get mine to work on Mobile, until I found -webkit-tap-highlight-color.
-webkit-tap-highlight-color
So, what worked for me is...
* { -webkit-tap-highlight-color: transparent; }