From 49449f4a14c24380049212d14a09b73553a51cbf Mon Sep 17 00:00:00 2001 From: David Ritter <141235163+davidritter-dotcom@users.noreply.github.com> Date: Tue, 6 Feb 2024 09:38:44 +0100 Subject: [PATCH] feat(internet-header): focus on klp-widget links obscured fix (#2566) Since the issue is not easily reproducible, because you would have to be logged in, I just fixed it in the dev tools on the live site and put it in the code. --- .../src/components/post-klp-login-widget/widget-styles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/internet-header/src/components/post-klp-login-widget/widget-styles.scss b/packages/internet-header/src/components/post-klp-login-widget/widget-styles.scss index 75387c49e4..d2d84864bb 100644 --- a/packages/internet-header/src/components/post-klp-login-widget/widget-styles.scss +++ b/packages/internet-header/src/components/post-klp-login-widget/widget-styles.scss @@ -653,3 +653,7 @@ li.name-and-surname span.infoHidden { color: black; font-weight: bold; } + +a:is(:focus-visible, :focus-within, .pretend-focus) { + z-index: 2; +}