-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(card): title styles being overridden by global typography #10217
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
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
Caretaker note: this might affect people's overrides. |
745c607
to
2b9d944
Compare
This ended up with quite a bit of screenshot diff failures internally - will take more time than we have to fix them and get approvals. This will likely have to wait until v7 |
Hi @crisbeto! This PR has merge conflicts due to recent upstream merges. |
We're probably not going to be able to get this in for 7.0 |
2b9d944
to
b081b09
Compare
Fixes the card title styles potentially being overridden by the global `.mat-typography` styles if the title is set on a header node. Fixes angular#10215.
b081b09
to
9662e81
Compare
V9 is comming. I hope after mdc debuting this and all the mess around mat-typography will be fixed too. |
Closing since this fix is for the legacy mat-card which has been superseded by the MDC based one. |
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. |
Fixes the card title styles potentially being overridden by the global
.mat-typography
styles if the title is set on a header node.Fixes #10215.