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

style(buttons): styling buttons according to Figma standards #765

Closed
wants to merge 2 commits into from

Conversation

marcogbarcellos
Copy link
Contributor

The buttons should follow the design standards according to Figma:

screen shot 2018-09-07 at 10 21 15 am

Fixes opencollective/opencollective#1277

@@ -108,7 +108,14 @@ injectGlobal`
}

a:hover {
color: #797d80;
color: #ffffff;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not all anchor tags are buttons, so it doesn't make sense to use a global style for background color on all anchor tags. This should really be a part of a Button component. One of which exists, as well as the StyledLink that can be styled like a button.

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

Successfully merging this pull request may close these issues.

2 participants