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 84c80ec commit 22f0ea0Copy full SHA for 22f0ea0
src/lib/datepicker/calendar.scss
@@ -63,6 +63,10 @@ $mat-calendar-next-icon-transform: translateX(-2px) rotate(45deg);
63
&.mat-calendar-invert {
64
transform: rotate(180deg);
65
}
66
+
67
+ [dir='rtl'] & {
68
+ margin: 0 $mat-calendar-arrow-size 0 0;
69
+ }
70
71
72
.mat-calendar-previous-button,
@@ -80,6 +84,10 @@ $mat-calendar-next-icon-transform: translateX(-2px) rotate(45deg);
80
84
border: 0 solid currentColor;
81
85
border-top-width: $mat-calendar-prev-next-icon-border-width;
82
86
87
88
89
+ transform: rotate(180deg);
90
83
91
92
93
.mat-calendar-previous-button::after {
0 commit comments