Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

cursors with vendor prefixes dont work #37

Open
MulletBoy opened this issue Jan 18, 2012 · 2 comments
Open

cursors with vendor prefixes dont work #37

MulletBoy opened this issue Jan 18, 2012 · 2 comments

Comments

@MulletBoy
Copy link

The vendor specific cursors below dont work un-prefixed with prefixfree

works:
div {
cursor: -webkit-grab;
cursor: -moz-grab;
}

does not work:
div {
cursor: grab;
}

@LeaVerou
Copy link
Owner

The prefixed zoom-in and zoom-out cursors work though, so it's just a matter of adding the grab cursor in the list of values. Is it standard or proprietary?

@mkantor
Copy link

mkantor commented Sep 25, 2012

See #43.

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

No branches or pull requests

3 participants