Skip to content

[css-forms-1] Range styles #12429

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

Closed
wants to merge 2 commits into from
Closed

Conversation

lukewarlow
Copy link
Member

@lukewarlow lukewarlow commented Jul 1, 2025

Follow up to #12427

(Image includes an implementation of sizing and background color for the fill, and positioning of the thumb which aren't included in this PR)

image
Positioning of ::slider-thumb and sizing of ::slider-fill still need to be added.
@lukewarlow lukewarlow changed the title Range styles Jul 1, 2025
@lukewarlow lukewarlow requested a review from nt1m July 1, 2025 17:41
::slider-thumb {
border-radius: 0;
border: none;
background-color: currentColor;
appearance: none;
width: 1em;
height: 100%;
height: 1em;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to consider the WCAG touch size requirements for this. I suspect we'll need something bigger.

@lukewarlow lukewarlow closed this Jul 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant