While checking the product page, I noticed that the size and colour options are clickable but do not display a cursor: pointer; on hover.
This might feel confusing from a UX standpoint, since clickable elements are expected to visually signal interactivity. Without the pointer cursor, these options can appear disabled or non-interactive, especially for first-time users.
This is a small detail, but it affects a critical interaction in a e-commerce flow and could also impact accessibility and usability.
I believe adding cursor: pointer; to these interactive elements would improve clarity without changing any logic or design intent.
I'd be happy to submit a PR with this improvement if you want to.
While checking the product page, I noticed that the size and colour options are clickable but do not display a
cursor: pointer;on hover.This might feel confusing from a UX standpoint, since clickable elements are expected to visually signal interactivity. Without the pointer cursor, these options can appear disabled or non-interactive, especially for first-time users.
This is a small detail, but it affects a critical interaction in a e-commerce flow and could also impact accessibility and usability.
I believe adding
cursor: pointer;to these interactive elements would improve clarity without changing any logic or design intent.I'd be happy to submit a PR with this improvement if you want to.