focus none button css code example
Example 1: css remove button outline
button:focus {outline:0;}
Example 2: remove button outlines
<button class="btn shadow-none">Bootstrap (4.1) button without shadow</button>
button:focus {outline:0;}
<button class="btn shadow-none">Bootstrap (4.1) button without shadow</button>