-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
bug(mat-expansion-panel): In high contrast mode, keyboard focus not visible around panel #21544
Labels
Accessibility
This issue is related to accessibility (a11y)
area: material/expansion
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Comments
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jan 12, 2021
The expansion panel header changes its background color when it receives focus which isn't visible in high contrast mode. These changes add an outline around it which is more visible. Fixes angular#21544.
wagnermaciel
pushed a commit
to wagnermaciel/components
that referenced
this issue
Feb 8, 2021
…ngular#21549) The expansion panel header changes its background color when it receives focus which isn't visible in high contrast mode. These changes add an outline around it which is more visible. Fixes angular#21544.
wagnermaciel
pushed a commit
to wagnermaciel/components
that referenced
this issue
Feb 8, 2021
…ngular#21549) The expansion panel header changes its background color when it receives focus which isn't visible in high contrast mode. These changes add an outline around it which is more visible. Fixes angular#21544.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Accessibility
This issue is related to accessibility (a11y)
area: material/expansion
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Reproduction
Stackblitz: https://stackblitz.com/angular/drrqqddrvej?file=src%2Fapp%2Fexpansion-overview-example.ts
Expected Behavior
What behavior were you expecting to see?
Actual Behavior
What behavior did you actually see?
Keyboard focus indicator is not visible around expansion panel
Environment
The text was updated successfully, but these errors were encountered: