MatBlazor
MatBlazor copied to clipboard
[Question] Why does MatCardContent add an actions class?
Currently MatCardContent adds mdc-card__primary-action which makes the whole card have a pointer cursor and click effects. I can find no reference in either the Angular Material or the Material docs the suggest this should be done.
@Eonasdan you will find it here: https://github.com/material-components/material-components-web-components/blob/c1030175a078aecef8727c76ff5201b9e13b1950/demos/card.html
It does look like that was done incorrectly. Do you want to submit a PR to fix it? Should be something like: "mat-card-content"
Any news on this? Or a workaround we can add?