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;}