Skip to content

Commit

Permalink
feat(internet-header): focus on klp-widget links obscured fix (#2566)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
davidritter-dotcom authored Feb 6, 2024
1 parent 21cb61f commit 49449f4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 49449f4

Please sign in to comment.