How to remove Safari's input highlight
I bet you thought that only IE has weird problems, but fear not Safari isn't letting him be the only strange kid on the block.
You'll notice that in safari your input buttons have a strange glow around them when they're focused.
That can be removed by using
- input { outline: none; }
Add new comment