remove the outline of a button which displays after leaving it code example
Example 1: how to remove outline on button
outline: none;
Example 2: remove box around button when clicked
* {
outline: none;
}
outline: none;
* {
outline: none;
}