Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Range enhancement #550

Closed
timefordroids opened this issue Sep 30, 2021 · 0 comments · Fixed by #551
Closed

Range enhancement #550

timefordroids opened this issue Sep 30, 2021 · 0 comments · Fixed by #551
Assignees
Labels
feature Feature requests.

Comments

@timefordroids
Copy link
Contributor

In common cases we need to style range input to represent values lower than the value currently selected by the thumb.

The following solution helps to represent the lower portion of the track:

Chrome/Safari/Edge: hide the overflow from input[range], and fill all the space left to thumb with shadow color.
Firefox: use ::-moz-range-progress pseudo-element.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature requests.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants