From 6a1fc15fad510b00d568212cc1618c31225702cd Mon Sep 17 00:00:00 2001 From: Esiur Project Date: Tue, 14 Jun 2022 11:20:31 +0300 Subject: [PATCH] rtl --- css/iui.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/css/iui.css b/css/iui.css index ce3a6b1..44f5e93 100644 --- a/css/iui.css +++ b/css/iui.css @@ -202,14 +202,12 @@ transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); opacity: 0.5; color: var(--default-link-color); + left: 0; } html[dir="rtl"] .textbox-with-label > span { right: 0; -} - -html[dir="ltr"] .textbox-with-label > span { - left: 0; + left: unset; } .textbox-with-label:focus-within {