astro/examples/docs/src
Chris Swithinbank 9deada68b4
Fix visibility of focused skip link on docs site (#2405)
* 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.
2022-01-19 15:22:40 -05:00
..
components Fix visibility of focused skip link on docs site (#2405) 2022-01-19 15:22:40 -05:00
layouts Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
pages Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
styles Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
config.ts Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
languages.ts Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00