Skip to content

Commit

Permalink
Increase underline to match other focussed elements
Browse files Browse the repository at this point in the history
  • Loading branch information
adi-unni committed Sep 28, 2023
1 parent 7c7c2aa commit 3f791f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/skip-to-content/_skip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

&:focus {
background-color: var(--ons-color-focus);
box-shadow: 0;
box-shadow: 0;
clip: auto;
clip-path: none;
color: var(--ons-color-text-link-focus);
Expand All @@ -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 3f791f5

Please sign in to comment.