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

Doing a descendant style with aphrodite #384

Closed
joliejodell opened this issue Sep 10, 2019 · 0 comments
Closed

Doing a descendant style with aphrodite #384

joliejodell opened this issue Sep 10, 2019 · 0 comments

Comments

@joliejodell
Copy link

This css style works in normal css:

.bm-burger-button button:focus {
outline: none;
}

How do I do this in aphrodite?

I tried:

['bmBurgerButton button:focus'] : {
outline: 'none'
},

but that doesn't work.

Thanks!!

@joliejodell joliejodell changed the title Doing a nested style with aphrodite Doing a descendant style with aphrodite Sep 10, 2019
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

1 participant