-
Notifications
You must be signed in to change notification settings - Fork 32
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
Make 'Add location' button more prominent #522
Make 'Add location' button more prominent #522
Conversation
- Restored standard orange button styling used across the app. - Maintained the same behavior when the button is disabled.
Agreed. But let's make it orange fill. The design principle with the buttons was to have primary behavior orange fill (add location, review location, submit), and secondary behavior (report, cancel) orange border. (As I describe this logic, I wonder whether "Sign in" shouldn't have an orange border to clearly stand out as an action). |
@marceloams thanks! Yes please to the orange outline, I made #529 to track. Did you intentionally keep the box-shadow property? The Sign Up button doesn't have it so I'd make them the same - and I personally like one without a bit more but I'm not a designer! |
@wbazant, are you referring to the shadow on the ‘Add location’ button or the ‘Sign In' button? Just to clarify, there's no shadow on the ‘Sign In’ button. |
@marceloams the Add Location button has this property: box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); . If you take a screenshot and zoom in, you'll see a shade around the button. It made sense when it was a white button on a white background - it creates the effect of the button coming out of the page - but if we're using orange styling for the Add Location button, I think we don't need it. |
@wbazant Thanks for the clarification! I agree, it definitely looks better without the shadow. I've removed it now. Let me know if there's anything else you'd like adjusted, or if this looks good to you. |
Thanks for your patience! I think this is ready to go in now. |
Closes #511