Issue #3336002 by Gauravvv, nidhi27, bnjmnm: Claro: Select list chevron-down icon is showing on wrong position in RTL dir in views
parent
0f0856e13b
commit
59ffbd8e80
|
@ -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%;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue