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 88df7ee commit 4e298a6Copy full SHA for 4e298a6
src/lib/datepicker/_datepicker-theme.scss
@@ -33,8 +33,11 @@ $mat-calendar-weekday-table-font-size: 11px !default;
33
border-top-color: mat-color($foreground, icon);
34
}
35
36
- .mat-calendar-next-button,
37
- .mat-calendar-previous-button {
+ // The prev/next buttons need a bit more specificity to
+ // 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 {
41
color: mat-color($foreground, icon);
42
43
0 commit comments