choiceof.dev icon indicating copy to clipboard operation
choiceof.dev copied to clipboard

changing cursor pointer

Open l31-dev opened this issue 3 years ago • 1 comments

making the cursor pointing while hovering an image to show that it can be clicked

l31-dev avatar Nov 23 '22 00:11 l31-dev

I'm not sure I want that because then you have the cursor on almost all the page which is weird. Or if we do it, at least, you have to remove the cursor when we are in the state showResult because then you can't click anymore on the images

bdebon avatar Nov 23 '22 10:11 bdebon

To distinguish the cursor we can use a specific cursor property in order to load 2 differents svg (left arrow for the left part, right arrow for the right one)

I agree with @bdebon, once we have the result we should not let the cursor property on the two images

KGALLET avatar Nov 26 '22 13:11 KGALLET