-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Bug(checkbox): hover mouse pointer cursor #4185
Comments
My stance is that the cursor should match the behavior of the corresponding native element, which in this case is the default cursor. |
hi... I'm seeing the e.g. |
After chatting with someone on the Material Design team, I changed my mind and agree we should do cursor. |
* Adds the pointer cursor to the whole checkbox layout to also indicate that you can also click on the checkbox container and not only on the label. Fixes angular#4185
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
What is the expected behavior?
Currently when hovering on checkbox'es the mouse cursor does not change.
What is the current behavior?
To be same as Material1 and change mouse cursor to pointer
Which versions of Angular, Material, OS, browsers are affected?
Angular 4.0.1,
Windows 10,
Chrome 57
The text was updated successfully, but these errors were encountered: