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 2786b34 commit bb297c9Copy full SHA for bb297c9
src/lib/datepicker/_datepicker-theme.scss
@@ -36,8 +36,8 @@ $mat-calendar-weekday-table-font-size: 11px !default;
36
// The prev/next buttons need a bit more specificity to
37
// avoid being overwritten by the .mat-icon-button.
38
.mat-datepicker-toggle,
39
- .mat-datepicker-popup .mat-calendar-next-button,
40
- .mat-datepicker-popup .mat-calendar-previous-button {
+ .mat-datepicker-content .mat-calendar-next-button,
+ .mat-datepicker-content .mat-calendar-previous-button {
41
color: mat-color($foreground, icon);
42
}
43
0 commit comments