From 9deada68b4a2ce5fc1bf22369a45a092aa435cf2 Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Wed, 19 Jan 2022 21:22:40 +0100 Subject: Fix visibility of focused skip link on docs site (#2405) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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. --- examples/docs/src/components/Header/SkipToContent.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/docs/src') diff --git a/examples/docs/src/components/Header/SkipToContent.astro b/examples/docs/src/components/Header/SkipToContent.astro index 91df15b93..9e3844e6f 100644 --- a/examples/docs/src/components/Header/SkipToContent.astro +++ b/examples/docs/src/components/Header/SkipToContent.astro @@ -1,4 +1,4 @@ - +