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

Button color #28

Closed
jeanmatthieud opened this issue Aug 19, 2021 · 2 comments
Closed

Button color #28

jeanmatthieud opened this issue Aug 19, 2021 · 2 comments
Labels
request in review Testing in many browsers and OSs

Comments

@jeanmatthieud
Copy link

jeanmatthieud commented Aug 19, 2021

The button style adds a "color: inherit" property, which adds complexity to style the button

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
  color: inherit;
}
@filipelinhares
Copy link
Owner

Thanks for your feedback, @jeanmatthieud. I will test the impact of this change it in the next version.

@filipelinhares filipelinhares added the request in review Testing in many browsers and OSs label Oct 6, 2021
@filipelinhares
Copy link
Owner

Hey @jeanmatthieud, this modification is in the last version c7f6dfb, thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
request in review Testing in many browsers and OSs
Projects
None yet
Development

No branches or pull requests

2 participants