-
Notifications
You must be signed in to change notification settings - Fork 2.9k
7.0: Keyboard focus should be visible on selected footers in pickers in high contrast #16618
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
7.0: Keyboard focus should be visible on selected footers in pickers in high contrast #16618
Conversation
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 731f118:
|
Perf AnalysisNo significant results to display. All results
|
Asset size changes
Baseline commit: ee7e8ae5574b8367f83024e5dc32aca23d2fd31b (build) |
|
🎉 Handy links: |
Pull request checklist
$ yarn changeDescription of changes
v8 PR - #15985
Currently, keyboard focus is not visible for SuggestionsHeaderFooterItems in high contrast. Regularly they get the same treatment as suggestion items. I added a high contrast state.
In v8, I added an example that has this, but for the backport I'm going as small as possible.