Answers for "remove border on click a tag"

1

html button remove border on click

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

remove on click border

outline:none;
Posted by: Guest on August-28-2020

Code answers related to "remove border on click a tag"

Browse Popular Code Answers by Language