Skip to content
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

Disabled radios and checkboxes have the wrong cursor #517

Closed
edwardhorsford opened this issue Jul 10, 2017 · 1 comment · Fixed by #519
Closed

Disabled radios and checkboxes have the wrong cursor #517

edwardhorsford opened this issue Jul 10, 2017 · 1 comment · Fixed by #519
Assignees
Labels

Comments

@edwardhorsford
Copy link
Contributor

When the disabled attribute is on an element, we grey it out. However, the pointing hand cursor remains - it shouldn't as the element isn't actionable.

How would you expect it to work?

I'd expect to see the pointer cursor.

Example:
radio-disabled-cursor

@gemmaleigh gemmaleigh self-assigned this Jul 10, 2017
@robinwhittleton
Copy link
Contributor

Could go with cursor: not-allowed but cursor: default is probably the best option…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants