Is there a way to apply CSS styles to a specific step (Angular material stepper) when hovering over it? I have attempted to set the styles on the elements .mat-step-header
and mat-step
, as well as applying a custom CSS class, but so far nothing has seemed to work.