Comment 2 for bug 1280004

Revision history for this message
Jono M (jonom) wrote :

An easy way to do this for most cases is to remove outline on :active and :hover, eg.
*:active, *:hover { outline: 0 }
However, this won't work for cases where focus management is used, so either JS would have to be added for that or everything which uses focus management would need to have a pretty focus style defined.