Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit f6da4d3

Browse files
crisbetojelbourn
authored andcommitted
fix(datepicker): arrow direction in rtl (#9384)
Fixes the arrow on the month header pointing in the wrong direction on RTL. Referencing #9214.
1 parent 522d428 commit f6da4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/datepicker/calendar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ md-calendar {
132132
}
133133

134134
md-icon {
135-
transform: rotate(180deg);
135+
@include rtl(transform, rotate(180deg), none);
136136
}
137137

138138
span {

0 commit comments

Comments
 (0)