form-string password fix (#12507)

This commit is contained in:
Yosi Levy 2022-04-29 12:50:19 +03:00 committed by GitHub
parent cadbe45bab
commit e16a61eb53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,6 +132,11 @@ export class HaFormString extends LitElement implements HaFormElement {
--mdc-icon-button-size: 24px;
color: var(--secondary-text-color);
}
:host-context([style*="direction: rtl;"]) ha-icon-button {
right: auto;
left: 12px;
}
`;
}
}