how to remove all button styling after click for button tag in html code example
Example: remove button highlight on click
.btn:focus {
outline: none;
box-shadow: none;
}
.btn:focus {
outline: none;
box-shadow: none;
}