Answers for "css no focus outline"

CSS
17

css remove border input focus

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

css focus outline none

*:focus {
    outline: none;
}
Posted by: Guest on May-07-2021
5

css remove outline

element{outline:none;}
Posted by: Guest on December-29-2019

Browse Popular Code Answers by Language