I am wondering if its possible to remove the default blue and yellow glow when I click on a text input / text area using CSS?
I experienced this on a div that had a click event and after 20 some searches I found this snippet that saved my day.
div
-webkit-tap-highlight-color: rgba(0,0,0,0);
This disables the default button highlighting in webkit mobile browsers