prefixfree
prefixfree copied to clipboard
cursors with vendor prefixes dont work
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; }
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?
See #43.