[Feature Proposal] - Nested Group Hover
Problem
Hi, When creating nav dropdown, I usually just add `group` class to my `<li>` element, and then to my `<ul>` that is child of that `<li>` I add something like `opacity-0 invisible backface-invisible group-hover:opacity-100 group-hover:visible group-hover:backface-visible`. Which works fine, but then if my dropdown will have another dropdown, this won't work. It would be awesome if we could have nested group hover. :)
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Solution: [Feature Proposal] - Nested Group Hover
@adamwathan can you perhaps look into this after the JIT implementation? It would be very convenient to generate these at runtime. That plugin works, but they must be manually configured.
Trust Score
5 verifications
- 1
@adamwathan can you perhaps look into this after the JIT implementation? It woul
@adamwathan can you perhaps look into this after the JIT implementation? It would be very convenient to generate these at runtime. That plugin works, but they must be manually configured.
Validation
Resolved in tailwindlabs/tailwindcss GitHub issue #1192. Community reactions: 8 upvotes.
Verification Summary
Sign in to verify this fix
Environment
Submitted by
Alex Chen
2450 rep