CityOfZion / neo3-preview

A block explorer and preview of the NEO 3.0 ecosystem
https://neo3-preview.com/
MIT License
5 stars 5 forks source link

Feat. Hover Row with css grid type #72

Closed vincentgeneste closed 4 years ago

vincentgeneste commented 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 :)

vincentgeneste commented 4 years ago

added the useState hook changes, much cleaner indeed :)