Remove Safari’s input focus behaviour
Posted on 25 August, 2009 at 1:45pm
Thanks to Josiah Platt I’ve removed the annoying focus effect that Safari forces on all input fields.
Just add this piece of magic to your CSS.
*:focus {outline: 0;}
Thanks to Josiah Platt I’ve removed the annoying focus effect that Safari forces on all input fields.
Just add this piece of magic to your CSS.
*:focus {outline: 0;}
The Discussion
One Comment on “Remove Safari’s input focus behaviour”Sheila Hechmer
6.11.2010 12:31 amIm grateful for the blog article.Thanks Again. Really Great.