Answers for "disable border button css"

C
5

remove button default border css

button:focus { outline: none; }
Posted by: Guest on September-09-2020
0

disable button outline in css

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

Code answers related to "C"

Browse Popular Code Answers by Language