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
hover-parent style is overriding the normal hover effect. instead of turning red when hovered, the border stays blue because the parent-hover rule takes priority
Happens in editor
Happens in frontend
To Reproduce
Steps to reproduce the behavior:
Add a Columns block with 1 column.
Set the inner Column to Container.
Add a Card block inside the Column.
Set the Card's Container border color to red for hover.
Set the Card's Container border color to blue for hover-parent.
Set the Hover State to Normal and then hover over the Card
See the error on editor and frontend
Expected behavior
Hover over the Card: the card’s container should apply the hover style
Hover over the Parent Container: the card’s container should apply the hover-parent style
If both hover and hover-parent styles are set: the hover style should take priority when hovering over the card
Screenshots
hover.mp4
The text was updated successfully, but these errors were encountered:
malalacharm
changed the title
Hover State not working for Container Styles when Parent-Hover is applied
Border Color Hover State not working for Container Styles when Parent-Hover is applied
Feb 25, 2025
hover.mp4
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
hover.mp4
The text was updated successfully, but these errors were encountered: