aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorShohei Yoshida <[email protected]>2019-01-26 04:44:52 +0900
committerMartijn Cuppens <[email protected]>2019-01-25 20:44:52 +0100
commit0f8f84329b3003d0a1397ced6cf8dff5dc07549a (patch)
tree936649d1a9847b847f56b836cdfe7e1dcaecfe23 /scss
parent6466a0461a8a2ee278497b78f2ed42d63fffe4de (diff)
downloadbootstrap-0f8f84329b3003d0a1397ced6cf8dff5dc07549a.tar.xz
bootstrap-0f8f84329b3003d0a1397ced6cf8dff5dc07549a.zip
Fix validated custom select bg color (#28119)
Diffstat (limited to 'scss')
-rw-r--r--scss/mixins/_forms.scss2
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 {