Remove CSS Hover State Flash for iTouch Devices
Have you ever noticed on a iTouch devices when you click a link you get a default active state? This removed it. Especially useful for JavaScript click events that you don't necessarily want to show as clicked.
body * { -webkit-tap-highlight-color: rgba(0,0,0,0); } /* Removes Hover for iTouch Devices */
Written by Jared Christensen
Related protips
1 Response
works like a charm for me.. awesome!!
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#