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

desaturate() on grey colours saturates instead of doing nothing #864

Closed
anlutro opened this issue Jan 30, 2015 · 0 comments
Closed

desaturate() on grey colours saturates instead of doing nothing #864

anlutro opened this issue Jan 30, 2015 · 0 comments

Comments

@anlutro
Copy link
Contributor

anlutro commented Jan 30, 2015

div { color: desaturate(#999, 50%); }

I'd expect the result to be #999999 but it is actually #66cccc.

Calling desaturate() with perfect white or black works as expected.

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

No branches or pull requests

2 participants