-
Notifications
You must be signed in to change notification settings - Fork 23.1k
Added interactive example #42636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added interactive example #42636
Conversation
|
Preview URLs Flaws (53)URL:
(comment last updated: 2026-01-07 10:49:57) |
chrisdavidmills
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @asummers1, and thank you for your contribution!
I agree that this is a worthy addition — pointer is definitely one of the most commonly used cursor values.
One issue created by your addition is that, in the rendered page, the interactive example choices are now a bit squashed, and a scroll bar is now rendered (you can see this in the generated live preview link). I wondered if you would consider removing another, less commonly-used value choice, maybe grab?
|
@chrisdavidmills Updated, thanks! |
chrisdavidmills
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, thanks @asummers1. Let's get this merged.
Description
I've added an interactive pointer example to this page, because I think it's one of the more common usages of
cursor.Motivation
Adding a
cursor: pointerexample makes it quicker for readers to learn about and use this CSS property.Additional details
Related issues and pull requests