Answers for "how to prevent the outline of a button after it is pressed"

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 prevent the outline of a button after it is pressed"

Browse Popular Code Answers by Language