Skip to content

Commit f974324

Browse files
crisbetojosephperrott
authored andcommitted
fix(datepicker): inconsistent arrow color between popup and touch modes (#11535)
1 parent c5f1293 commit f974324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/datepicker/_datepicker-theme.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ $mat-calendar-weekday-table-font-size: 11px !default;
3636
// The prev/next buttons need a bit more specificity to
3737
// avoid being overwritten by the .mat-icon-button.
3838
.mat-datepicker-toggle,
39-
.mat-datepicker-popup .mat-calendar-next-button,
40-
.mat-datepicker-popup .mat-calendar-previous-button {
39+
.mat-datepicker-content .mat-calendar-next-button,
40+
.mat-datepicker-content .mat-calendar-previous-button {
4141
color: mat-color($foreground, icon);
4242
}
4343

0 commit comments

Comments
 (0)