You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used to be possible to change the mat-card elevation using mat-elevation-z* classes, but now mat-card default elevation dominates any mat-elevation-z* classes
What is the expected behavior?
mat-elevation-z* classes should modify mat-card elevation
What is the current behavior?
mat-card elevation cannot be overridden by applying mat-elevation-z* classes
What are the steps to reproduce?
Apply mat-elevation-z6 class to mat-card. mat-card elevation is unchanged.