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

[bug] Color pickers cant reach 000000 #2653

Closed
danyj opened this issue Jun 15, 2017 · 4 comments
Closed

[bug] Color pickers cant reach 000000 #2653

danyj opened this issue Jun 15, 2017 · 4 comments

Comments

@danyj
Copy link
Contributor

danyj commented Jun 15, 2017

Both our color pickers cant reach 000000 with drag,
screenshot_2

I checked default iris and it works ok http://automattic.github.io/Iris/

@danyj
Copy link
Contributor Author

danyj commented Jun 16, 2017

Automattic/Iris#27
Automattic/Iris#48

@andreiglingeanu
Copy link
Collaborator

andreiglingeanu commented Oct 25, 2017

That's a CSS only issue, as far as I remember, we managed to fix it in our color picker. Can be fixed by changing few layour properties

@danyj
Copy link
Contributor Author

danyj commented Oct 25, 2017

changing few layout properties

care to share the fix?

@terzom
Copy link

terzom commented Jul 11, 2018

Any update?

Edit:
Found a CSS solution that worked for me, overridden with this:

.iris-picker .iris-square-value {
    width: 0!important;
    height: 0!important;
    border: 0!important;
}

@danyj danyj closed this as completed Oct 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants