-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(material/slider): fix value indicator bubble for m3 #28250
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
Deployed dev-app for 41504b5 to: https://ng-dev-previews-comp--pr-angular-components-28250-dev-res2xnwq.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
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.
M2 is missing styles. I think its because we only output MDC's base token values, not our custom ones: https://github.com/angular/components/blob/main/src/material/slider/_slider-theme.scss#L18 (you need a line like we have for color: https://github.com/angular/components/blob/main/src/material/slider/_slider-theme.scss#L42)
66bcf9c
to
df2e45f
Compare
df2e45f
to
f724ecb
Compare
* fix(material/slider): fix value indicator bubble for m3 * fixup! fix(material/slider): fix value indicator bubble for m3 * fixup! fix(material/slider): fix value indicator bubble for m3 (cherry picked from commit 4550637)
* fix(material/slider): fix value indicator bubble for m3 * fixup! fix(material/slider): fix value indicator bubble for m3 * fixup! fix(material/slider): fix value indicator bubble for m3
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. |
No description provided.