Replies: 1 comment 1 reply
-
|
Could you clarify what you expect to happen vs what is happening? From your code, I expect that the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there!
This interaction would work in v3:
but has no effect in v4. I understand this is due to the new hover media-query behavior. The only way I was able to figure this out is resetting the state like so
group-hover:mt-10 lg:mt-0 lg:group-hover:mt-10.Seems hacky,
but it worksmobile still has hover effect. Am I missing something?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions