-
Notifications
You must be signed in to change notification settings - Fork 6.8k
feat(material/radio): Hovering over label of a radio will show the pointer cursor #31894
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
Conversation
src/material/radio/radio.scss
Outdated
@include radio-common.radio-structure(true); | ||
@include radio-common.radio-noop-animations(); | ||
|
||
// Clicking the label toggles the checkbox, but MDC does not include any styles that inform the |
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.
"...toggles the radio button..."
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.
Fixed in amended commit
…inter cursor This is consistent with checkbox behavior. Radio used to work that way too until Angular Material v14. v15 broke it, and it remained broken until now. Fixes angular#26067, at least partially
bf08518
to
16fdad3
Compare
Deployed dev-app for 16fdad3 to: https://ng-dev-previews-comp--pr-angular-components-31894-dev-phoxz4v7.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
Deployed docs-preview for 16fdad3 to: https://ng-dev-previews-comp--pr-angular-components-31894-docs-4ouhfuk7.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
…inter cursor (angular#31894) This is consistent with checkbox behavior. Radio used to work that way too until Angular Material v14. v15 broke it, and it remained broken until now. Fixes angular#26067, at least partially
This is consistent with checkbox behavior.
Radio used to work that way too until Angular Material v14. v15 broke it, and it remained broken until now.
Fixes #26067, at least partially