You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
@kentcdodds Great work on Aphrodite! I'm totally sold to Aphrodite by the ability to
"Supports pseudo-selectors like :hover, :active, etc. without needing to store hover or active state in components."
I often style my child element based on the parent's pseudo state? For example, to display say a "Delete" button that was hidden on a given item. I usually do...
Hi @Dajust!
Thanks for your question. First, just to be clear, I didn't create aphrodite and I'm not a part of Khan Academy. I'm just a happy user of the library :-)
@kentcdodds Great work on Aphrodite! I'm totally sold to Aphrodite by the ability to
I often style my child element based on the parent's pseudo state? For example, to display say a "Delete" button that was hidden on a given item. I usually do...
Using pure CSS:
Or SASS
So when you hover over
.myItem
the.delete-btton
shows up. Please, Is there a way to accomplish similar stuff on Aphrodite?Thanks again for Aphrodite!
BTW. I'm just arriving to the SPA world using React as landing point. Any other styling tips would be more than welcomed.
The text was updated successfully, but these errors were encountered: