Add some CSS with the :hover selector to the mat-row elements:
.mat-row:hover {
background-color: red;
}
StackBlitz demo
Add some CSS with the :hover selector to the mat-row elements:
.mat-row:hover {
background-color: red;
}
StackBlitz demo