Skip to content

Commit

Permalink
udpated skipto.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jongund committed Oct 16, 2024
1 parent 5f924e3 commit 4eebe18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/shared/js/skipto.js
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ $skipToId-overlay {
position: absolute;
border-radius: 3px;
border: 4px solid $buttonBackgroundColor;
box-sizing: border-box;
}
$skipToId-overlay div.overlay-border {
Expand All @@ -537,6 +538,7 @@ $skipToId-overlay div.overlay-border {
border-radius: 3px;
border: 2px solid $focusBorderColor;
z-index: $zHighlight;
box-sizing: border-box;
}
`;

Expand Down

0 comments on commit 4eebe18

Please sign in to comment.