Skip to content

Commit 1e4a052

Browse files
authored
Fix the Calendar disabled day in RTL direction (#2909)
1 parent 8646587 commit 1e4a052

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Core/Components/DateTime/FluentCalendar.razor.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,10 @@
190190
animation: none;
191191
}
192192

193+
[dir="rtl"] .fluent-calendar ::deep .day[disabled]::before {
194+
transform: translate(4px, 0px) rotate(45deg);
195+
}
196+
193197
/*
194198
"Months" View
195199
*/

0 commit comments

Comments
 (0)