2
0
mirror of https://github.com/esiur/iui.git synced 2025-05-06 06:42:58 +00:00
This commit is contained in:
Esiur Project 2022-06-14 11:20:31 +03:00
parent 0e275faa81
commit 6a1fc15fad

View File

@ -202,14 +202,12 @@
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
opacity: 0.5; opacity: 0.5;
color: var(--default-link-color); color: var(--default-link-color);
left: 0;
} }
html[dir="rtl"] .textbox-with-label > span { html[dir="rtl"] .textbox-with-label > span {
right: 0; right: 0;
} left: unset;
html[dir="ltr"] .textbox-with-label > span {
left: 0;
} }
.textbox-with-label:focus-within { .textbox-with-label:focus-within {