Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/material/paginator/paginator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,17 +131,17 @@ $button-icon-size: 28px;

@include cdk.high-contrast {
// The disabled button icon has to be set explicitly since the selector is too specific.
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon,
.mat-mdc-icon-button[aria-disabled] .mat-mdc-paginator-icon,
.mat-mdc-paginator-icon {
fill: currentColor;

// On Chromium browsers the `currentColor` blends in with the
// background for SVGs so we have to fall back to `CanvasText`.
fill: CanvasText;
}

.mat-mdc-paginator-range-actions .mat-mdc-icon-button {
outline: solid 1px;

&[aria-disabled] {
color: GrayText;
}
}
}

Expand Down
Loading