Try adding this in your CSS:
*:focus {
outline: none;
}
That should get rid of the focus highlight for the whole page.
Try adding this in your CSS:
*:focus {
outline: none;
}
That should get rid of the focus highlight for the whole page.