feat(a11y): Add focus to model select and improve visibility in submenus #6645
+22
−7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
With the new model select component focus was no longer visible when it was the active element because there were multiple focus-visible styles with more specificity than the applications global style. I removed the styles so the focus-visible style matches the applications overall style and in light and dark modes.
Further improved the visibility of menu and sub-menu options so that contrast meets new Web Content Accessibility Guidelines and older non-text contrast requirements.
Please review the submenu items as it does effect the visual style.
Files touched:
Screen recording of the focus change: https://share.zight.com/v1uz68vy
Change Type
Accessibility
Testing
Please describe your test process and include instructions so that we can reproduce your test. If there are any important variables for your testing configuration, list them here.
Manual Keyboard and Automated (axe dev tools) accessibility testing.
Test Configuration:
Chrome/MacOS
Firefox/MacOS
Checklist
Please delete any irrelevant options.