Is it possible to change the hover color of the Mat-calender element?
I managed to do so using this CSS code:
.mat-calendar-body-cell-content:hover {
background-color:#something }
The issue is that when hovering the cursor in the corner of the cell, the original color remains visible.
How can I access the CSS to change the color (shown as purple in the image)?