pxlsspace / pxls-web

Web client for pxls.space
MIT License
4 stars 6 forks source link

Fix palette entries leaving cursor on hover #6

Closed BlankParenthesis closed 4 months ago

BlankParenthesis commented 6 months ago

This caused the state of hover to alternate every input event.

Solving this requires a better distinction between the button and the color itself, so this adds some complexity in order to solve a rather minor bug. Still, the solution here is not un-semantic and seems to work well.