-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(material/chips): remove visible overflow for labels #31679
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
Conversation
a418d82
to
d45ded8
Compare
Deployed dev-app for 0d31065 to: https://ng-dev-previews-comp--pr-angular-components-31679-dev-7j5w7fkg.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
Deployed docs-preview for 0d31065 to: https://ng-dev-previews-comp--pr-angular-components-31679-docs-vf7t5e0e.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
2809aca
to
f9ac3dd
Compare
4e83bd3
to
e4cea72
Compare
57fb305
to
78d04bc
Compare
78d04bc
to
0d31065
Compare
Fixes #26584 and b/221946733 by moving the overridden visible overflow for chip labels to the strong focus mixins. This will let chip labels be correctly truncated (instead of overflowing) if strong focus is not applied (as desired by the community) while preserving strong focus indicators.
Will revisit redoing the structure of the chips to allow for strong focus indicators without having this override at all in near future as part of b/446709063.