Skip to content

Commit

Permalink
fix(skip-link): give the skip link a more modern styling (#5371)
Browse files Browse the repository at this point in the history
Fixes #5356
  • Loading branch information
lorumic authored Oct 10, 2024
1 parent 48d3fc7 commit e964254
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions scss/_patterns_links.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
}

.p-link--skip {
background: $colors--theme--background-alt;
color: $colors--theme--link-default;
display: block;
left: -999px;
Expand All @@ -43,10 +44,10 @@
&:focus {
@include vf-focus-themed;

left: 0;
padding: $spv--x-small;
position: relative;
top: 0;
left: $sph--small;
padding: $spv--large $sph--large;
position: fixed;
top: $spv--small;
z-index: 999999;
}
}
Expand Down

0 comments on commit e964254

Please sign in to comment.