I have an issue with this css.
I tried both auto
and default
but still I see the default cursor.
cursor: url('img/extra/arrow-next.svg'), auto;
cursor: url('img/extra/arrow-next.svg'), default;
Anyone has the same problem or am I doing something wrong?