picocss / pico

Minimal CSS Framework for semantic HTML
https://picocss.com
MIT License
13.82k stars 406 forks source link

Remove "cursor: default" #440

Closed olehmisar closed 9 months ago

olehmisar commented 9 months ago

Describe the issue

Current Behaviour

cursor: default makes user cursor look the same even if user hovers over text. This is not like all of the websites work.

Expected Behaviour

User cursor should switch to "text cursor" when user hovers over text

Removing cursor: default will fix this.

lucaslarroche commented 9 months ago

@olehmisar, I agree. That's come from sanitize.css But I probably shouldn't have kept it

Do you want to open the PR?

olehmisar commented 9 months ago

Do you want to open the PR?

Nope