-
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
md-fab: High Contrast mode has no focus indicator #421
Comments
@crisbeto since you're on Windows, could you do a pass on the components in high-contrast mode and add styles to make things better? |
Here's what I got:
I'll try to take care of most of them, although the slider and tooltip will need a little bit more work. |
Adds a ripple when a checkbox is focused. Referencing angular#421.
…cation * Fixes the radio buttons not being tabable. * Adds focus indication to the radio buttons. Referencing angular#421.
Adds a ripple when a checkbox is focused. Referencing angular#421.
Adds a hover effect to the button toggles. Referencing angular#421.
Adds a hover effect to the button toggles. Referencing #421.
…cation * Fixes the radio buttons not being tabable. * Adds focus indication to the radio buttons. Referencing angular#421.
Adds a hover effect to the button toggles. Referencing angular#421.
Adds a ripple when a checkbox is focused. Referencing angular#421.
Adds a ripple when a checkbox is focused. Referencing angular#421.
a11y improvements to the following components in high contrast mode: * `button` - Adds an outline since only the text was visible. Also inverts the tint since it was hiding the text. * `card`, `dialog`, `menu`, `snack-bar`, `tooltip` - Adds an outline. * `select` - Adds an outline and prevents the ripple from hiding the option text. * `sidenav` - Fixes the backdrop not being opaque. * `slide-toggle` - Fixes component blending in completely with the background. Fixes angular#421. Fixes angular#1769.
a11y improvements to the following components in high contrast mode: * `button` - Adds an outline since only the text was visible. Also inverts the tint since it was hiding the text. * `card`, `dialog`, `menu`, `snack-bar`, `tooltip` - Adds an outline. * `select` - Adds an outline and prevents the ripple from hiding the option text. * `sidenav` - Fixes the backdrop not being opaque. * `slide-toggle` - Fixes component blending in completely with the background. Fixes angular#421. Fixes angular#1769.
…cation * Fixes the radio buttons not being tabable. * Adds focus indication to the radio buttons. Referencing angular#421.
…cation * Fixes the radio buttons not being tabable. * Adds focus indication to the radio buttons. Referencing angular#421.
a11y improvements to the following components in high contrast mode: * `button` - Adds an outline since only the text was visible. Also inverts the tint since it was hiding the text. * `card`, `dialog`, `menu`, `snack-bar`, `tooltip` - Adds an outline. * `select` - Adds an outline and prevents the ripple from hiding the option text. * `sidenav` - Fixes the backdrop not being opaque. * `slide-toggle` - Fixes component blending in completely with the background. Fixes angular#421. Fixes angular#1769.
* fix: improved accessibility in high contrast mode a11y improvements to the following components in high contrast mode: * `button` - Adds an outline since only the text was visible. Also inverts the tint since it was hiding the text. * `card`, `dialog`, `menu`, `snack-bar`, `tooltip` - Adds an outline. * `select` - Adds an outline and prevents the ripple from hiding the option text. * `sidenav` - Fixes the backdrop not being opaque. * `slide-toggle` - Fixes component blending in completely with the background. Fixes #421. Fixes #1769. * Replace the "border" instances with "outline". * Move the overlay coloring to the button theme. * Move the overlay color back to the button base styles.
Adds a ripple when a checkbox is focused. Referencing angular#421.
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. |
At all.
The text was updated successfully, but these errors were encountered: