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:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-01-14 00:13:30 +0300
committerMark Otto <otto@github.com>2019-01-14 03:23:32 +0300
commit50492b8840f2400a483f9d0733f79e50a5618855 (patch)
tree39e3f1511c4ae88357cc82427dd6dfa638d78848 /scss
parent8db577bd51cc76f38bc61fdfb40b88e19386e163 (diff)
Combine background properties into one
Diffstat (limited to 'scss')
-rw-r--r--scss/_custom-forms.scss4
1 files changed, 1 insertions, 3 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss
index ecbe3b0f86..018889b4a0 100644
--- a/scss/_custom-forms.scss
+++ b/scss/_custom-forms.scss
@@ -95,9 +95,7 @@
width: $custom-control-indicator-size;
height: $custom-control-indicator-size;
content: "";
- background-repeat: no-repeat;
- background-position: center center;
- background-size: $custom-control-indicator-bg-size;
+ background: no-repeat 50% / #{$custom-control-indicator-bg-size};
}
}