From 0f8f84329b3003d0a1397ced6cf8dff5dc07549a Mon Sep 17 00:00:00 2001 From: Shohei Yoshida Date: Sat, 26 Jan 2019 04:44:52 +0900 Subject: [PATCH] Fix validated custom select bg color (#28119) --- scss/mixins/_forms.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/mixins/_forms.scss b/scss/mixins/_forms.scss index d740a2f777..8e0607ffe5 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 {