-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Increase colour contrast on block mover buttons (#557) #981
Increase colour contrast on block mover buttons (#557) #981
Conversation
Have checked the new contrast meets WCAG AA using the following tool: http://webaim.org/resources/contrastchecker/ If there’s a better checker you guys all use, do let me know in the comments!
This is what I see: Nice, looks good, thanks for working on this! I did notice that the dark gray hover color doesn't actually work — it's replaced by a $medium-blue-500 color. Which frankly is probably better as it matches the hover color for similar buttons. So that hover rule can probably be removed. Otherwise 🚢 |
The button already inherits the hover colour from .components-icon-button.
Have removed the redundant hover. This might be my smallest PR ever, now ;) |
Not sure why travis failed on that one. But the change looks good now! |
I don't know if you fixed something @jasmussen but it seems to be passing here now. |
I guess the test ran again. Ship it! |
Have checked the new contrast meets WCAG AA using the following tool:
http://webaim.org/resources/contrastchecker/
If there’s a better checker you guys all use, do let me know in the comments!