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
I would like the ability to have a hover state on a parent selector and control a child element. This would be really helpful with navigations, cards, etc.
Example:
<div>
<a href="{{ LINK }}" class="nested-hover:child nested-hover:border-orange">
{{-- Hovering <a> above will control the child element below. --}}
{{-- In this change the border color on child when you hover on parent --}}
<div class="border-black child">test</div>
</a>
</div>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like the ability to have a hover state on a parent selector and control a child element. This would be really helpful with navigations, cards, etc.
Example:
Beta Was this translation helpful? Give feedback.
All reactions