Skip to content

Commit

Permalink
Fix choicesjs styling
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Lodder committed Apr 24, 2020
1 parent 03816b9 commit b573e65
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@
.choices[data-type*="select-multiple"] {
.choices__inner {
padding-inline-end: $custom-select-indicator-padding;
background: $custom-select-bg url("../../../images/select-bg.svg") no-repeat 100%/116rem;
background: $custom-select-bg $custom-select-background;

[dir="rtl"] & {
background: $custom-select-bg url("../../../images/select-bg-rtl.svg") no-repeat 0/116rem;
background: $custom-select-bg $custom-select-background-rtl;
}
}
}
Expand Down

0 comments on commit b573e65

Please sign in to comment.