/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
input[type="text"]:focus, input[type="password"]:focus, textarea:focus{ outline: none; }