fix(app): correct RTL layout interactions (#40410)

This commit is contained in:
Luke Parker
2026-08-04 21:39:32 +10:00
committed by GitHub
parent 5437d2cf1c
commit 8f5302a00b
21 changed files with 210 additions and 84 deletions
+4
View File
@@ -103,6 +103,10 @@
background-color: var(--icon-invert-base);
}
&:dir(rtl)[data-checked] [data-slot="switch-thumb"] {
transform: translateX(-12px);
}
&[data-checked]:hover:not([data-disabled], [data-readonly]) [data-slot="switch-control"] {
border-color: var(--border-hover);
background-color: var(--surface-hover);