remove focus on click a css button code example
Example 1: remove border on button focus
button:focus {outline:0;}
Example 2: how to remove the focus effect from a button when clicked
how to remove the focus effect from a button when clicked
button:focus {outline:0;}
how to remove the focus effect from a button when clicked