diff --git a/scss/mixins/_forms.scss b/scss/mixins/_forms.scss index d740a2f77790f77708e667f4c5969b483bdbd8d4..8e0607ffe523658e0922619a6d756e6a34d36eda 100644 --- a/scss/mixins/_forms.scss +++ b/scss/mixins/_forms.scss @@ -93,7 +93,7 @@ @if $enable-validation-icons { padding-right: $custom-select-feedback-icon-padding-right; - background: $custom-select-background, $icon no-repeat $custom-select-feedback-icon-position / $custom-select-feedback-icon-size; + background: $custom-select-background, $icon $custom-select-bg no-repeat $custom-select-feedback-icon-position / $custom-select-feedback-icon-size; } &:focus {