-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
fix(tab-button): use darker text to pass a11y #27355
Conversation
Run & review this pull request in StackBlitz Codeflow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but I would like to review the screenshots too. There shouldn't be any issues. I've just learned to not trust screenshots.
I updated this branch with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Discussed with Brandy offline, but I manually removed the MD screenshots in 4c40f18 so they can be regenerated. The diff for the MD screenshots is too small to be detected with our current diff threshold of 0.1. However, I am hesitant to lower the threshold below 0.1 because we risk getting false positives with our screenshots. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to merge once tests pass/screenshots are updated.
Issue number: N/A --------- - Changes the default Material Design tab color to `$text-color-step-350` or `#a6a6a6` - Changes the default iOS tab color to `$text-color-step-400` or `#999999` - Removes the axe skip in the e2e test These were the minimum color changes needed to pass axe. --------- Co-authored-by: ionitron <[email protected]> Co-authored-by: Liam DeBeasi <[email protected]>
This reverts commit 6aeb9ec.
This reverts commit 6aeb9ec.
Issue number: N/A
$text-color-step-350
or#a6a6a6
$text-color-step-400
or#999999
These were the minimum color changes needed to pass axe.