Skip to content

Commit c039987

Browse files
crisbetojelbourn
authored andcommitted
fix(datepicker): add focus indication in high contrast mode (#15661)
Fixes the datepicker calendar not having focus indication in high contrast mode, making it difficult to navigate using the keyboard.
1 parent 4a2d4ef commit c039987

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/material/datepicker/calendar-body.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@ $mat-calendar-body-cell-content-size: 100% - $mat-calendar-body-cell-content-mar
7676
.mat-calendar-body-today {
7777
outline: dotted 1px;
7878
}
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+
}
7986
}
8087

8188
[dir='rtl'] {

0 commit comments

Comments
 (0)