Answers for "how to remove the button outline in css"

CSS
7

css remove blue outline button

button {
  outline: none;
}
Posted by: Guest on March-18-2020
0

disable button outline in css

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

Code answers related to "how to remove the button outline in css"

Browse Popular Code Answers by Language