1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 12:51:52 +02:00

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

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;