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
Using text-decoration, hover and transition with Safari does not work as intended on the accordion, and the hover effect seems to be triggered when the item is not hovered.
Note that the background-color can update on hover as expected.
from .AccordionTrigger and adding text-decoration: underline; to .AccordionTrigger:hover makes the hover work, however for the transition to work, I need to have them defined in .AccordionTrigger.
Expected behavior
Screen recording of the expected behaviour, on Chrome
Screen.Recording.2024-06-13.at.10.47.33.mov
Here is a simple html/css code example to show that text-decoration, transition and hover works with Safari
The text was updated successfully, but these errors were encountered:
georgibakken
changed the title
Text-decoration, hover and transition on Accordion on Safari acts funky
Text-decoration, hover and transition on Accordion on Safari not working
Jun 14, 2024
Bug report
Current Behavior
Using text-decoration, hover and transition with Safari does not work as intended on the accordion, and the hover effect seems to be triggered when the item is not hovered.
Note that the background-color can update on hover as expected.
Screen.Recording.2024-06-13.at.10.44.04.mov
Removing
from
.AccordionTrigger
and addingtext-decoration: underline;
to.AccordionTrigger:hover
makes the hover work, however for the transition to work, I need to have them defined in.AccordionTrigger
.Expected behavior
Screen recording of the expected behaviour, on Chrome
Screen.Recording.2024-06-13.at.10.47.33.mov
Here is a simple html/css code example to show that text-decoration, transition and hover works with Safari
Reproducible example
CodeSandbox Template
Suggested solution
Additional context
Your environment
The text was updated successfully, but these errors were encountered: