mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-07 15:01:55 -04:00
Leaflet does this anyway when they're focused (through JS) but we found holding shift when on a focused button, which you do when tabbing backwards, turns this off for some reason so you see the outline the browser applies by default. This turns all outlines off to stop that happening. Worth nothing that focus is indicated by: - a change of background colour instead when tabbing - a border in forced-color mode ...so the outline is not needed.