-
Notifications
You must be signed in to change notification settings - Fork 38
Add cursor CSS property #94
New issue
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
Add cursor CSS property #94
Conversation
Please, don't merge yet, going to refactor this to replace |
a88ef45
to
b7d762c
Compare
Refactored, ready for review |
| SWResize | ||
| EWResize | ||
| NSResize | ||
| NESWResize |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not the best names, but that's how its named in CSS :)
b7d762c
to
908f145
Compare
btw, there is a couple of other pending PR's as well (which are already rebased), I can rebase this one if it looks good to @garyb |
@thomashoneyman Would you merge this if we do another rebase? |
Yes, I will. Thanks everyone! |
@vyorkin Happy to merge this once it's conflict-free. Thanks! |
Adds is a very basic cursor support.
Cursor URLs aren't implemented.
Resolves #92