Is there a way to unset this opinionated rule back to each browser's default value:
/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover {
outline-width: 0;
}
So far I haven't found a way (there is no 'auto'). If this is the case, please can we remove it?