Skip to content

Commit

Permalink
Fix: focus link in white header should always have black border
Browse files Browse the repository at this point in the history
  • Loading branch information
frankieroberto committed Jan 8, 2025
1 parent d2a800c commit 6cd2e33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/header/_header-white.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@
&[aria-current="true"] {
box-shadow: inset 0 ($nhsuk-focus-width * -1) $color_nhsuk-blue;
}

&:focus {
box-shadow: inset 0 ($nhsuk-focus-width * -1) $color_nhsuk-black;
}
}

// Drop down navigation
Expand Down

0 comments on commit 6cd2e33

Please sign in to comment.