RTL fixes - cloud section, ha-formfield, some missing + (mwc-fab)

This commit is contained in:
Yosi Levy
2020-07-05 06:23:35 +03:00
parent f236b76d5c
commit da10da79b3
28 changed files with 252 additions and 160 deletions

View File

@@ -17,9 +17,9 @@ export class HaFormfield extends MwcFormfield {
::slotted(ha-switch) {
margin-right: 10px;
}
[dir="rtl"] ::slotted(ha-switch),
::slotted(ha-switch)[dir="rtl"] {
:host([dir="rtl"]:not([alignEnd])) ::slotted(ha-switch) {
margin-left: 10px;
margin-right: auto;
}
`,
];