mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-28 03:12:04 -04:00
Our CSS for links in the navigation, which makes the underline appear on hover is overriding the GOVUK focus styles, making it look like there are 2 underlines. This adds some extra CSS to reset it. The new CSS is further down the stylesheet to the hover styles. This gives them a higher specificity meaning they override them when these links are hovered over while in focus.