-
-
Notifications
You must be signed in to change notification settings - Fork 52
fix(a11y): make play/pause button more accessible #72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(a11y): make play/pause button more accessible #72
Conversation
src/css/App.css
Outdated
| background: #2a2a40; | ||
| } | ||
|
|
||
| .toggleButton { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need this?
ahmaxed
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Thanks for the review, Ahmad! I just found an issue with using keypress on this button, in which the global hotkey doesn't honor the I'm marking the PR |
4ad42c8 to
ea9fa95
Compare
fab2f14 to
7a3244f
Compare
|
Hi @ahmadabdolsaheb, this PR is ready for another look now. I initially replaced the We can easily fix this by calling My workaround is to just keep the component as a |
7a3244f to
42623ce
Compare

buttonelement for the play/pause button, instead of adiv