From: ysds Date: Wed, 25 Jul 2018 00:56:03 +0000 (+0900) Subject: Fix custom range height (#26898) X-Git-Tag: v4.2.0~398 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbee41431d51f6d7d7160d9dc4d112b54d13904b;p=thirdparty%2Fbootstrap.git Fix custom range height (#26898) Fixes #26897 --- diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 5e1fa19927..d9b62fc374 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -314,7 +314,8 @@ .custom-range { width: 100%; - padding-left: 0; // Firefox specific + height: calc(#{$custom-range-thumb-height} + #{$custom-range-thumb-focus-box-shadow-width * 2}); + padding: 0; // Need to reset padding background-color: transparent; appearance: none;