-
Notifications
You must be signed in to change notification settings - Fork 90
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 accessibility of app navigation toggle #1843
Conversation
Signed-off-by: Jan C. Borchardt <[email protected]>
Also added the missing aria-label to the AppNavigationToggle, but couldn’t figure out how to make it translatable. (Tried via props and also via |
@jancborchardt You need to import the and use it in the component like so: Then you can use |
aa2f686
to
89daf40
Compare
Thanks a lot @raimund-schluessler (and @marcelklehr via chat too), works now and ready to review! :) |
Signed-off-by: Jan C. Borchardt <[email protected]>
89daf40
to
6ef930b
Compare
Signed-off-by: Raimund Schlüßler <[email protected]>
@jancborchardt I took the liberty to fix the warning and import error on this branch. It works as it should now. I am just not so sure about the background-color, as it differs from what we use on other Actions. And thinking about that, I figured that it would actually make sense to simply use an ActionButton for the AppNavigationToggle. So I created another PR which solves the same issue by using an ActionButton, see #1844. |
Closing in favor of #1844. |
hover/focus feedback before:
hover/focus feedback after: