File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 43
43
44
44
@if (showFirstLastButtons) {
45
45
< button mat-icon-button type ="button "
46
- class ="mat-mdc-paginator-navigation-first "
46
+ class ="mat-mdc-paginator-navigation-first mat-mdc-button-disabled-interactive "
47
47
(click) ="firstPage() "
48
48
[attr.aria-label] ="_intl.firstPageLabel "
49
49
[matTooltip] ="_intl.firstPageLabel "
60
60
</ button >
61
61
}
62
62
< button mat-icon-button type ="button "
63
- class ="mat-mdc-paginator-navigation-previous "
63
+ class ="mat-mdc-paginator-navigation-previous mat-mdc-button-disabled-interactive "
64
64
(click) ="previousPage() "
65
65
[attr.aria-label] ="_intl.previousPageLabel "
66
66
[matTooltip] ="_intl.previousPageLabel "
76
76
</ svg >
77
77
</ button >
78
78
< button mat-icon-button type ="button "
79
- class ="mat-mdc-paginator-navigation-next "
79
+ class ="mat-mdc-paginator-navigation-next mat-mdc-button-disabled-interactive "
80
80
(click) ="nextPage() "
81
81
[attr.aria-label] ="_intl.nextPageLabel "
82
82
[matTooltip] ="_intl.nextPageLabel "
93
93
</ button >
94
94
@if (showFirstLastButtons) {
95
95
< button mat-icon-button type ="button "
96
- class ="mat-mdc-paginator-navigation-last "
96
+ class ="mat-mdc-paginator-navigation-last mat-mdc-button-disabled-interactive "
97
97
(click) ="lastPage() "
98
98
[attr.aria-label] ="_intl.lastPageLabel "
99
99
[matTooltip] ="_intl.lastPageLabel "
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ $button-icon-size: 28px;
119
119
) {
120
120
@include token-utils .create-token-slot (fill , enabled- icon- color);
121
121
122
- .mat-mdc-icon-button [disabled ] & {
122
+ .mat-mdc-icon-button [aria- disabled ] & {
123
123
@include token-utils .create-token-slot (fill , disabled- icon- color);
124
124
}
125
125
}
You can’t perform that action at this time.
0 commit comments