From: Shohei Yoshida Date: Fri, 25 Jan 2019 19:44:52 +0000 (+0900) Subject: Fix validated custom select bg color (#28119) X-Git-Tag: v4.3.0~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f8f84329b3003d0a1397ced6cf8dff5dc07549a;p=thirdparty%2Fbootstrap.git Fix validated custom select bg color (#28119) --- 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 {