From 17e402bef569fd16224f84f6455ed011fe17aa45 Mon Sep 17 00:00:00 2001 From: Yuriy Yevstihnyeyev Date: Fri, 10 Jan 2020 11:19:00 +0200 Subject: [PATCH] Update rtl style for label (#95) --- mixins/required-field.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mixins/required-field.html b/mixins/required-field.html index a7a7b37..18b6fe3 100644 --- a/mixins/required-field.html +++ b/mixins/required-field.html @@ -56,6 +56,12 @@ opacity: 0; } } + + /* RTL specific styles */ + + :host([dir="rtl"]) [part="label"] { + transform-origin: 100% 75%; + }