how to make other buttons stay in blure unless you press one button js code example
Example: remove button highlight on click
.btn:focus {
outline: none;
box-shadow: none;
}
.btn:focus {
outline: none;
box-shadow: none;
}