Unverified Commit fdec5f52 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3179157 by komalkolekar, mherchel: Small variant of select form element...

Issue #3179157 by komalkolekar, mherchel: Small variant of select form element doesn't look correct in RTL
parent f1c39149
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -267,5 +267,5 @@ select {
  }

[dir="rtl"] select.form-element--small {
    background-position: left 13.5px center, right -10px top -2px, left -48px top -2px;
    background-position: left 13.5px center, right -48px top -2px, left -10px top -2px;
  }
+1 −1
Original line number Diff line number Diff line
@@ -187,6 +187,6 @@ select {
  }

  &.form-element--small {
    background-position: left var(--sp0-75) center, right -10px top -2px, left -48px top -2px;
    background-position: left var(--sp0-75) center, right -48px top -2px, left -10px top -2px;
  }
}