Fix custom range height (#26898)

Fixes #26897
This commit is contained in:
ysds 2018-07-25 09:56:03 +09:00 committed by Mark Otto
parent ab53ccc2cc
commit bbee41431d
1 changed files with 2 additions and 1 deletions

View File

@ -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;