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

Add hover to a class #43

Open
andrzey opened this issue Nov 23, 2017 · 1 comment
Open

Add hover to a class #43

andrzey opened this issue Nov 23, 2017 · 1 comment

Comments

@andrzey
Copy link

andrzey commented Nov 23, 2017

What is the best way to add .input:hover { -- some css code here --}? Right now I have svolved it with creating an own .inputHover:hover class that I append to my React component trough classNames. Just wondering if there is a more elegant way to achieve this.

Thanks for this!

@aaronbeall
Copy link

Neither this library or CSS Modules itself changes the behavior of :hover AFAIK...

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

No branches or pull requests

2 participants