-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Button edge-case refinements #84
Conversation
Not stoked about the last two changes. I'm in favor of darkening the text shadow, but not reversing the direction. The text color change on the disabled state also feels off—maybe a little muddy? |
The intent of the text-shadow is to illicit an embossed effect of sorts. The text isn't sitting on top of the button, it's inset. Still not a fan of the disabled primary button change :). |
@mdo Okie dokie. I've reverted those last two points and updated the screengrabs. I disagree that they should be embossed, but hey, it's your huge mistake, not mine 😉 |
Originally I had no |
Kills text shadow and slightly darkens green
Darkens up the disabled state just a little to eliminate the need for a text-shadow
Darkens the green color used throughout to provide a bit more contrast and reduce fluorescence.
Try these new colors out. I think it improves readability without losing the soul of the original green. It only loses a little fluorescence is all. |
With the darker color, we need to make sure the blue outline isn't vibrating too much.
Focused objects should stay on top of everything in the z-order stack.
Definitely like most of these changes. I agree with @jasonlong's point, and I think my only big hang up would be the changes to the primary button color. Maybe it's something we'd use for a few days and wouldn't notice again, but it definitely feels a little out of place in the screenshots. I would be open to adjusting our colors at some point, as I think the green, red, and orange in particular are pretty bright. But maybe that's a conversation for another PR? It seems like we could get this merged pretty quickly if we moved that conversation to another PR. |
👎 on the green. Everything else looks good. |
I'd like to avoid going totally flat, but I perhaps a more subtle gradient? Affordance still seems important, and one flat button seems a little off, too. |
Agreed that we should tackle any brand color and UI element tweaks separately. I think we can definitely make some improvements, but there are a lot of use cases to consider. |
A number of button changes here, mostly focused on little edge-case polish.
Changes on the right.