We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the spec, the slider's colour changes from rgb(176, 176, 176) to rgb(238, 238, 238) when it has focus or is being clicked:
rgb(176, 176, 176)
rgb(238, 238, 238)
In practice, this doesn't seem to be implemented in MDL (the track stays the same colour), in both Safari and Chrome on OS X Version 10.10.4.
The text was updated successfully, but these errors were encountered:
Wow, good eyes, @kitgrose! Can't believe how many times I looked at that image and never noticed o_O
I'll see if I can cook up a fix soon.
Sorry, something went wrong.
It's the subtle things in the spec that drive us mad.
Not feasible to fix in v1. For v2, the slider is being rewritten as part of #4494.
sgomes
No branches or pull requests
In the spec, the slider's colour changes from
rgb(176, 176, 176)
torgb(238, 238, 238)
when it has focus or is being clicked:In practice, this doesn't seem to be implemented in MDL (the track stays the same colour), in both Safari and Chrome on OS X Version 10.10.4.
The text was updated successfully, but these errors were encountered: