We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2d4ef commit c039987Copy full SHA for c039987
src/material/datepicker/calendar-body.scss
@@ -76,6 +76,13 @@ $mat-calendar-body-cell-content-size: 100% - $mat-calendar-body-cell-content-mar
76
.mat-calendar-body-today {
77
outline: dotted 1px;
78
}
79
+
80
+ .cdk-keyboard-focused .mat-calendar-body-active,
81
+ .cdk-program-focused .mat-calendar-body-active {
82
+ & > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
83
+ outline: dotted 2px;
84
+ }
85
86
87
88
[dir='rtl'] {
0 commit comments