Closed escapedcat closed 2 years ago
thanks, @secondl1ght (head of dark-mode :D) can you look into this?
Thanks for reporting, will put in a fix for this soon!
I just checked it out with the latest version and I cannot reproduce, are you on the latest version?
Using the keyboard navigation I can still reproduce this issue.
See:
Do you see this as well?
Hmm ok yeah now I see it.. that is a weird edge case. I dont think many people use their keyboard to navigate the app, I looked into it and it seems like the hover:
class does not work for keyboards. Some people recommended substituting focus:
for this to work similar on keyboards but it only works on some elements. Maybe @dylancom you have another idea on how to solve for this? Or maybe it is so rare that we don't need to, @bumi what do you think?
Hmm ok yeah now I see it.. that is a weird edge case. I dont think many people use their keyboard to navigate the app,
Yeah, it's not a high prio.
But apart from people relying on keyboard-navigation there are tons of people out there who prefer keyboard navigation. Bitcoin might be their bubble.
I looked into it and it seems like the
hover:
class does not work for keyboards. Some people recommended substitutingfocus:
for this to work similar on keyboards but it only works on some elements.
You have links to these findings? If this is i.e. a Tailwind issue they might already have an issue for this we could link.
Here you can find how to style the active (focussed) item of a Menu. https://headlessui.dev/react/menu#styling-the-active-item
Nice @dylancom, @escapedcat do you want to do the fix for this? - just checking since you put in the issue.
you want to do the fix for this? - just checking since you put in the issue
Just wanted to document it first really. Go ahead if you are interested. Otherwise it could be a "good first issue" as well maybe.
I think this is fixed?
Yup!
Describe the bug Problem:
To Reproduce Steps to reproduce the behavior:
Expected behavior Good contrast
Device Information [optional]:
Are you working on this issue? No
Related issues
655