aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSezer Esen <[email protected]>2019-05-26 12:13:55 +0300
committerMartijn Cuppens <[email protected]>2019-05-26 11:13:55 +0200
commitde1a6e3201a2f047c5abd2430795be32d37e9a35 (patch)
tree89ed5c6b65b1e254a13a0a772d9cf27b0d7c1718
parentc215dc83f00e22e49ebeaf7eb333481bcdca78d8 (diff)
downloadbootstrap-de1a6e3201a2f047c5abd2430795be32d37e9a35.tar.xz
bootstrap-de1a6e3201a2f047c5abd2430795be32d37e9a35.zip
Fix background position (#28814)
-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 248ba60f2..202663daa 100644
--- a/scss/mixins/_forms.scss
+++ b/scss/mixins/_forms.scss
@@ -71,7 +71,7 @@
padding-right: $input-height-inner;
background-image: $icon;
background-repeat: no-repeat;
- background-position: center right $input-height-inner-quarter;
+ background-position: right $input-height-inner-quarter center;
background-size: $input-height-inner-half $input-height-inner-half;
}