Answers for "remove focus from link"

CSS
17

css remove border input focus

textarea:focus, input:focus{
    outline: none;
}
Posted by: Guest on June-30-2020
0

remove focus blue lines from anchor tag

button:focus {outline:0;}
Posted by: Guest on January-17-2021

Code answers related to "remove focus from link"

Browse Popular Code Answers by Language