how to get rid of the border on bootstrap buttons when clicking them code example
Example: remove button highlight on click
.btn:focus {
outline: none;
box-shadow: none;
}
.btn:focus {
outline: none;
box-shadow: none;
}