Closed marathia closed 7 years ago
Please consider adding cursor: zoom-in; and cursor: zoom-out; to zoom.css, especially for Edge that only supports the unprefixed versions (see http://caniuse.com/#feat=css3-cursors-newer).
cursor: zoom-in;
cursor: zoom-out;
I don't mind at all. Would you perhaps have the bandwidth to make a pull request for this change?
Fixed by incorporating autoprefixer in the build chain.
Please consider adding
cursor: zoom-in;
andcursor: zoom-out;
to zoom.css, especially for Edge that only supports the unprefixed versions (see http://caniuse.com/#feat=css3-cursors-newer).