Fix accessibility of app navigation toggle#1843
Conversation
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
|
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 <hey@jancborchardt.net>
89daf40 to
6ef930b
Compare
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
|
@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:
