From: Martijn Cuppens Date: Sun, 13 Jan 2019 21:13:30 +0000 (+0100) Subject: Combine background properties into one X-Git-Tag: v4.3.0~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50492b8840f2400a483f9d0733f79e50a5618855;p=thirdparty%2Fbootstrap.git Combine background properties into one --- 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}; } }