From 22e2f47b20e32c05065ee10e5a48fac4f7d47a4c Mon Sep 17 00:00:00 2001 From: Jani Kraner Date: Thu, 14 Nov 2024 10:00:56 +0000 Subject: [PATCH] Disable focus outline on navigation link As we already apply a focus state to the link child element, there is no need for an additional focus outline on the link itself that User Agents apply as default --- lib/assets/stylesheets/modules/_toc.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/assets/stylesheets/modules/_toc.scss b/lib/assets/stylesheets/modules/_toc.scss index 921c5abf..fb883dcc 100644 --- a/lib/assets/stylesheets/modules/_toc.scss +++ b/lib/assets/stylesheets/modules/_toc.scss @@ -43,6 +43,7 @@ a:focus { text-decoration: none; + outline: none; span { @include govuk-focused-text;