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 975fbb3 commit 3bfad18Copy full SHA for 3bfad18
src/material-experimental/mdc-paginator/paginator.scss
@@ -1,4 +1,5 @@
1
@import '../mdc-form-field/form-field-theme';
2
+@import '../../cdk/a11y/a11y';
3
4
$mat-mdc-paginator-padding: 0 8px;
5
$mat-mdc-paginator-page-size-margin-right: 8px;
@@ -81,3 +82,15 @@ $mat-mdc-paginator-button-icon-size: 28px;
81
82
transform: rotate(180deg);
83
}
84
85
+
86
+@include cdk-high-contrast(active, off) {
87
+ // The disabled button icon has to be set explicitly since the selector is too specific.
88
+ .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon,
89
+ .mat-mdc-paginator-icon {
90
+ fill: currentColor;
91
+ }
92
93
+ .mat-mdc-paginator-range-actions .mat-mdc-icon-button {
94
+ outline: solid 1px;
95
96
+}
0 commit comments