prefixfree icon indicating copy to clipboard operation
prefixfree copied to clipboard

cursors with vendor prefixes dont work

Open MulletBoy opened this issue 13 years ago • 2 comments

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; }

MulletBoy avatar Jan 18 '12 01:01 MulletBoy

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?

LeaVerou avatar Jan 18 '12 01:01 LeaVerou

See #43.

mkantor avatar Sep 25 '12 02:09 mkantor