From: Chris Rebert Date: Mon, 8 Feb 2016 11:34:24 +0000 (-0800) Subject: _forms.scss: Use division instead of fractional multiplication X-Git-Tag: v4.0.0-alpha.3~261^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F19125%2Fhead;p=thirdparty%2Fbootstrap.git _forms.scss: Use division instead of fractional multiplication [skip sauce] [skip validator] --- diff --git a/scss/_forms.scss b/scss/_forms.scss index 35c9af7ffb..26fbb19eaa 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -256,8 +256,8 @@ input[type="checkbox"] { .form-control-danger { padding-right: ($input-padding-x * 3); background-repeat: no-repeat; - background-position: center right ($input-height * .25); - background-size: ($input-height * .5) ($input-height * .5); + background-position: center right ($input-height / 4); + background-size: ($input-height / 2) ($input-height / 2); } // Form validation states