ezl / todo

0 stars 0 forks source link

differentiate checkbox hover vs todo item hover #31

Closed ezl closed 2 years ago

ezl commented 2 years ago

currently, whenever we hover over a to do list ITEM (anywhere on it), it uses this hover state: https://www.figma.com/file/MHW4pKE13g4L46Tvq7i8TQ/To-Do-(working)?node-id=761%3A1634 which shows the checkbox as orange (the interaction color).

Instead, when the ITEM is hovered (for example, the text, or anywhere on the row), the entire item should be highlighted, but the checkbox should NOT be orange.

The checkbox should be orange ONLY when the actual checkbox is hovered (basically, when we can actually mark an item complete by clicking)