Skip to content

Commit b9dd1f1

Browse files
authored
Update _time.scss
1 parent 01f909e commit b9dd1f1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/time/_time.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,12 @@
1313
&[aria-disabled="true"] output {
1414
pointer-events: none;
1515
}
16+
17+
@at-root {
18+
// Prevent the spinbuttons from reversing order in RTL mode
19+
// as time is always read LTR
20+
[dir="rtl"] & > .d-flex:not(.flex-column) {
21+
flex-direction: row-reverse;
22+
}
23+
}
1624
}

0 commit comments

Comments
 (0)