how to get rid of button click border css code example
Example 1: how to remove outline on button
outline: none;
Example 2: remove clicked button border
<button style="outline: none;"></button>
outline: none;
<button style="outline: none;"></button>