Custom cursor fallback does not work when using coordinates
By design Issue #15326010
Steps to reproduce
Hi,
When using a custom cursor with a fallback, Edge properly uses the default “zoom-in” cursor in place of the custom cursor:
cursor: url(YOUR-URL), zoom-in;
However, as soon as you use coordinates for the custom cursor:
cursor: url(YOUR-URL) 18 18, zoom-in;
Edge stops honoring the “zoom-in” built-in cursor, and no fallback is displayed at all.
Thanks :)
You need to sign in to your Microsoft account to add a comment.
Sign in