bootstrap button border after click code example
Example 1: remove button highlight on click
.btn:focus {
outline: none;
box-shadow: none;
}
Example 2: boostrap 4 button with no button and border
<Button type = "button" class = "btn btn-primary btn-lg"> Large button </ button>