Unverified Commit 59ffbd8e authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3336002 by Gauravvv, nidhi27, bnjmnm: Claro: Select list chevron-down...

Issue #3336002 by Gauravvv, nidhi27, bnjmnm: Claro: Select list chevron-down icon is showing on wrong position in RTL dir in views
parent 0f0856e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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%;
}

/**
+2 −2
Original line number Diff line number Diff line
@@ -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.