summaryrefslogtreecommitdiff
path: root/examples/docs/src/components/Header/SkipToContent.astro (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-06-06chore: remove docs example (#7306)Gravatar Nate Moore 1-26/+0
2022-08-29fix: improve docs example (#4355)Gravatar Julius Marminge 1-0/+4
* fix: improve docs example * final touches * chore: prettier * lockfile * ci? * downgrade types node * fresh lockfile * lockfile and npmrc * remove debug log * Merge branch 'main' into docs-template-ts * merging lockfiles suck * update lockfile * satisfy linter
2022-01-19Fix visibility of focused skip link on docs site (#2405)Gravatar Chris Swithinbank 1-1/+1
* Fix visibility of focused skip link on docs site The `sr-only` utility class used on the “Skip to Content” link at the top of each page in the docs is designed to be paired with the `focus:not-sr-only` class. `focus:not-sr-only` was missing on the skip link, meaning it was never shown even when focused. * Fix visibility of focused skip link in docs example project Apply the same fix as ac890b56 to the same component in the docs starter project.
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 1-19/+20
2021-08-26WIP update examples/docs/Gravatar Okiki 1-0/+21