Closed olehmisar closed 9 months ago
cursor: default makes user cursor look the same even if user hovers over text. This is not like all of the websites work.
cursor: default
User cursor should switch to "text cursor" when user hovers over text
Removing cursor: default will fix this.
@olehmisar, I agree. That's come from sanitize.css But I probably shouldn't have kept it
Do you want to open the PR?
Nope
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.