Answers for "css no outline when input button pressed"

1

html button remove border on click

.x-btn:focus, .button:focus, [type="submit"]:focus {
   outline: none;
}
Posted by: Guest on March-20-2020
1

remove clicked button border

<button style="outline: none;"></button>
Posted by: Guest on July-10-2020

Code answers related to "css no outline when input button pressed"

Browse Popular Code Answers by Language