Skip to content

Commit

Permalink
Fix visibility of focused skip link in docs example project
Browse files Browse the repository at this point in the history
Apply the same fix as ac890b5 to the same component in the docs starter project.
  • Loading branch information
delucis committed Jan 16, 2022
1 parent ac890b5 commit 056e18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/docs/src/components/Header/SkipToContent.astro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<a href="#article" class="sr-only skiplink"><span>Skip to Content</span></a>
<a href="#article" class="sr-only focus:not-sr-only skiplink"><span>Skip to Content</span></a>

<style>
.skiplink,
Expand Down

0 comments on commit 056e18d

Please sign in to comment.