Issue #3336002 by Gauravvv, nidhi27, bnjmnm: Claro: Select list chevron-down icon is showing on wrong position in RTL dir in views

merge-requests/3345/head
Lauri Eskola 2023-01-31 13:58:24 +02:00
parent 0f0856e13b
commit 59ffbd8e80
No known key found for this signature in database
GPG Key ID: 382FC0F5B0DF53F8
2 changed files with 4 additions and 4 deletions

View File

@ -106,8 +106,8 @@ details.fieldset-no-legend {
}
.views-ui-dialog .form-element--type-select {
padding-right: calc((var(--space-m) * 2) + var(--input-border-size) * 2);
background-position: 100% 56%;
padding-inline-end: calc(2rem - var(--input-border-size));
background-position-y: 56%;
}
/**

View File

@ -90,8 +90,8 @@ details.fieldset-no-legend {
line-height: var(--input-line-height--small);
}
.views-ui-dialog .form-element--type-select {
padding-right: calc((var(--space-m) * 2) + var(--input-border-size) * 2);
background-position: 100% 56%;
padding-inline-end: calc(2rem - var(--input-border-size));
background-position-y: 56%;
}
/**
* Elements must communicate width to table rendering.