Skip to content

Commit

Permalink
Increase underline to match other focussed elements (#2820)
Browse files Browse the repository at this point in the history
* Increase underline to match other focussed elements

* Update src/components/skip-to-content/_skip.scss

Remove extra spacing

Co-authored-by: rmccar <[email protected]>

---------

Co-authored-by: rmccar <[email protected]>
  • Loading branch information
adi-unni and rmccar authored Oct 5, 2023
1 parent 54708f1 commit 94ac5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/skip-to-content/_skip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
overflow: visible;
padding: 1rem;
position: static;
text-decoration: underline solid var(--ons-color-text-link-focus) 2px;
text-decoration: underline solid var(--ons-color-text-link-focus) 4px;
white-space: inherit;
width: auto;
}
Expand Down

0 comments on commit 94ac5fb

Please sign in to comment.