У меня есть компонент mat-list-item
. Как заставить эффект парения появляться при наведении на него курсора.
<mat-list-item style="cursor:pointer" *ngFor="let sprWellplatform of sprWellplatforms" (click)="onSelectSprWellplatform(sprWellplatform)">
<h4 mat-line>{{sprWellplatform.name}}</h4>
<mat-divider></mat-divider>
</mat-list-item>