Skip to content

Commit

Permalink
updated highlight style
Browse files Browse the repository at this point in the history
  • Loading branch information
jongund committed Oct 16, 2024
1 parent ec7d4d0 commit f35b871
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/shared/js/skipto.js
Original file line number Diff line number Diff line change
Expand Up @@ -521,12 +521,16 @@ $skipToId [role="menuitem"].hover .label {
const cssHighlightTemplate = document.createElement('template');
cssHighlightTemplate.textContent = `
$skipToId-overlay {
margin: 0;
padding: 0;
position: absolute;
border-radius: 3px;
border: 4px solid $buttonBackgroundColor;
}
$skipToId-overlay div {
margin: 0;
padding: 0;
position: relative;
top: -2px;
left: -2px;
Expand Down

0 comments on commit f35b871

Please sign in to comment.