diff options
| author | Shohei Yoshida <[email protected]> | 2019-01-26 04:44:52 +0900 |
|---|---|---|
| committer | Martijn Cuppens <[email protected]> | 2019-01-25 20:44:52 +0100 |
| commit | 0f8f84329b3003d0a1397ced6cf8dff5dc07549a (patch) | |
| tree | 936649d1a9847b847f56b836cdfe7e1dcaecfe23 /scss | |
| parent | 6466a0461a8a2ee278497b78f2ed42d63fffe4de (diff) | |
| download | bootstrap-0f8f84329b3003d0a1397ced6cf8dff5dc07549a.tar.xz bootstrap-0f8f84329b3003d0a1397ced6cf8dff5dc07549a.zip | |
Fix validated custom select bg color (#28119)
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/mixins/_forms.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_forms.scss b/scss/mixins/_forms.scss index d740a2f77..8e0607ffe 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 { |
