Advertisement
salmancreation

:focus outline none - input type

Apr 29th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.11 KB | None | 0 0
  1. input:focus, textarea:focus, select:focus {
  2.     outline-offset: 0;
  3.     outline: -webkit-focus-ring-color auto 0;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement