Answers for "how to hide button outline using css"

CSS
7

how to get rid of button outline when clicked

*:focus {
    outline: 0 !important;
}
Posted by: Guest on June-12-2020

Code answers related to "how to hide button outline using css"

Browse Popular Code Answers by Language