Closed vincentgeneste closed 4 years ago
Added the hover effect on all lists, I'm doing it with a mouseEnter/mouseLeave, which triggers a new class on the spans with a specific rowIndex, and the css handles the rest :)
added the useState hook changes, much cleaner indeed :)
Added the hover effect on all lists, I'm doing it with a mouseEnter/mouseLeave, which triggers a new class on the spans with a specific rowIndex, and the css handles the rest :)