I've noticed that when you select an input element in Safari, there's a glowing outline around the input element. How can I remove this?
Asked
Active
Viewed 21 times
0
-
`input:focus { outline: none; }` – L777 Apr 15 '16 at 19:18
-
@freestock.tk, thanks! – SteamPanda Apr 15 '16 at 19:24