Skip to content

Commit 5b7a6a3

Browse files
crisbetojosephperrott
authored andcommitted
fix(datepicker): overly broad selector in theme (#10372)
1 parent a73819d commit 5b7a6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/lib/datepicker/_datepicker-theme.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ $mat-calendar-weekday-table-font-size: 11px !default;
6262
}
6363
}
6464

65-
:not(.mat-calendar-body-disabled):hover,
65+
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover,
6666
.cdk-keyboard-focused .mat-calendar-body-active,
6767
.cdk-program-focused .mat-calendar-body-active {
6868
& > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {

0 commit comments

Comments
 (0)