Skip to content

Commit 73170ba

Browse files
author
lharries
committed
fix(paginator): change class name of increment and decrement icons
Fix such that the previous page navigation button contains an icon with class decrement, and the next page navigation button contains an icon with class increment. Previously they were incorrectly swapped. Noticed during fix for #9278
1 parent 6d4413f commit 73170ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/paginator/paginator.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ $mat-paginator-button-last-increment-icon-margin: 9px;
9393
.mat-paginator-decrement {
9494
margin-left: $mat-paginator-button-decrement-icon-margin;
9595
[dir='rtl'] & {
96-
margin-right: $mat-paginator-button-decrement-icon-margin;
96+
margin-right: $mat-paginator-button-increment-icon-margin;
9797
}
9898
}
9999

0 commit comments

Comments
 (0)