Skip to content
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

Change pointer to scissors when hovering over an existing matching #439

Open
waxlamp opened this issue Oct 10, 2016 · 4 comments
Open

Change pointer to scissors when hovering over an existing matching #439

waxlamp opened this issue Oct 10, 2016 · 4 comments

Comments

@waxlamp
Copy link
Member

waxlamp commented Oct 10, 2016

h/t @zachmullen

@alex-r-bigelow
Copy link
Contributor

I think at one point I had this, but then scrapped it for some reason (I think I just didn't have time to figure out the CSS). There should even be a scissors icon that I designed for this purpose in app/resonantlab/images directory, somewhere in the git history (it's long since been deleted... when I get a chance I can dig it up).

@zachmullen
Copy link
Member

Unfortunately I don't think there's a native scissors cursor. The closest visual thing might be cursor: not-allowed, but that could be confusing since it also might lead users to believe the action is disallowed.

@zachmullen
Copy link
Member

(Alternative is simply to use an image via cursor: url(...).)

@alex-r-bigelow
Copy link
Contributor

Yeah, I've definitely done the cursor: url(...) thing before—there's also something else with specifying the size and hot spot of the cursor, and I thought there were some cross-browser issues, but I don't remember what they were off the top of my head. I think at the time I was in a rush and had bigger fish to fry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants