RTL controlled for select components

This commit is contained in:
Burak Civan 2022-08-15 15:07:35 +03:00
parent 1157ea41cd
commit e71467644e
2 changed files with 18 additions and 8 deletions

View File

@ -47133,6 +47133,11 @@ html[dir='rtl'] .el-input__suffix {
text-align: left;
}
html[dir='rtl'] .el-scrollbar__wrap {
margin-left: -15px !important;
margin-right: unset !important;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after {
right: 15px !important;
}
@ -47846,6 +47851,10 @@ body{
right: 0.5rem;
}
[dir="ltr"] .ltr\:left-3{
left: 0.75rem;
}
[dir="ltr"] .ltr\:-right-2{
right: -0.5rem;
}
@ -47862,10 +47871,6 @@ body{
left: 0px;
}
[dir="ltr"] .ltr\:left-3{
left: 0.75rem;
}
[dir="ltr"] .ltr\:left-8{
left: 2rem;
}
@ -48017,6 +48022,10 @@ body{
left: 0.5rem;
}
[dir="rtl"] .rtl\:right-3{
right: 0.75rem;
}
[dir="rtl"] .rtl\:-left-2{
left: -0.5rem;
}
@ -48033,10 +48042,6 @@ body{
right: 0px;
}
[dir="rtl"] .rtl\:right-3{
right: 0.75rem;
}
[dir="rtl"] .rtl\:right-8{
right: 2rem;
}

View File

@ -436,6 +436,11 @@ html[dir='rtl'] .el-input__suffix {
text-align: left;
}
html[dir='rtl'] .el-scrollbar__wrap {
margin-left: -15px !important;
margin-right: unset !important;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after {
right: 15px !important;
}