solidjs / solid-docs

SolidJS Docs.
https://docs.solidjs.com/
224 stars 264 forks source link

[Other]: Missing focus indicator in light theme for keyboard navigation #899

Closed znycheporuk closed 1 month ago

znycheporuk commented 1 month ago

📋 Explain your issue

The "Learn / Reference" section lacks a focus indicator when navigating with the keyboard in the light theme (the dark theme works fine).

Video Example

The solution is straightforward: simply add focus-visible:<color>, similar to how it's implemented in the dark theme.

code example

I'm happy to create a pull request if you approve the change and choose a color.

LadyBluenotes commented 1 month ago

Thank you for pointing this out! If you'd like to make a PR for this, you definitely can :)