mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-10 19:34:27 -04:00
The CSS that cancelled outline on focus events not fired by the :focus-visible heuristic is being overridden by the higher precedence of the outline style for :focus, due to its use of !important. This adds !important to the cancelling CSS. This brings that block up to the same level as that for :focus, meaning the :focus-visible styles will win because they sit lower in the stylesheet.