golang / tour

[mirror] A Tour of Go
BSD 3-Clause "New" or "Revised" License
1.53k stars 521 forks source link

tour: Cursor should be grab when hovering button #1618

Open Charliecheung2 opened 2 weeks ago

Charliecheung2 commented 2 weeks ago

Context: https://go.dev/tour/flowcontrol/8

when import is on, hover over the button, the cursor becomes pointer, not indicating that the button can be clicked.