Remove Safari’s input focus behaviour

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

Leave a Reply

Connect with Facebook