button highlight border code example
Example 1: how to remove border from selected button
outline: none;
Example 2: remove button outlines
<button class="btn shadow-none">Bootstrap (4.1) button without shadow</button>
outline: none;
<button class="btn shadow-none">Bootstrap (4.1) button without shadow</button>