give a style when button is clicked and remove it when other button is clicked code example
Example: remove button highlight on click
.btn:focus {
outline: none;
box-shadow: none;
}
.btn:focus {
outline: none;
box-shadow: none;
}