Commit bbee4143 authored by ysds's avatar ysds Committed by Mark Otto
Browse files

Fix custom range height (#26898)

Fixes #26897
parent ab53ccc2
Showing with 2 additions and 1 deletion
+2 -1
......@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment