Answers for "css add border to disabled button"

C
6

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