We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Within CSS, it is possible to define cursors with custom images. For example
cursor: url('path-to-image.png'), auto;
We should extend ViewListener::OnChangeCursor to support custom cursor images as well.
ViewListener::OnChangeCursor
The text was updated successfully, but these errors were encountered:
cursor: pointer; also doesn't seem to work at the moment.
cursor: pointer;
Sorry, something went wrong.
@m4heshd Same problem for cursor: pointer; :(
cursor: pointer; still seems to be broken...
still a problem.. please add this ability to change or set cursor to none.
adamjs
No branches or pull requests
Within CSS, it is possible to define cursors with custom images. For example
We should extend
ViewListener::OnChangeCursor
to support custom cursor images as well.The text was updated successfully, but these errors were encountered: