Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorShohei Yoshida <fellows3@gmail.com>2019-01-25 22:44:52 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2019-01-25 22:44:52 +0300
commit0f8f84329b3003d0a1397ced6cf8dff5dc07549a (patch)
tree936649d1a9847b847f56b836cdfe7e1dcaecfe23 /scss
parent6466a0461a8a2ee278497b78f2ed42d63fffe4de (diff)
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 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 {