Skip to content

fix(material/radio): use default cursor for disabled radios#33399

Open
NeOMakinG wants to merge 1 commit into
angular:mainfrom
NeOMakinG:fix/issue-31937
Open

fix(material/radio): use default cursor for disabled radios#33399
NeOMakinG wants to merge 1 commit into
angular:mainfrom
NeOMakinG:fix/issue-31937

Conversation

@NeOMakinG

@NeOMakinG NeOMakinG commented Jun 15, 2026

Copy link
Copy Markdown

Summary:

  • Set disabled MDC radio wrappers to use the default cursor.
  • Added a regression test for disabled radio indicators in single-selection lists.

Verification:

  • Reproduced the issue with a focused browser test that reported pointer for the disabled single-selection radio cursor.
  • After the fix the focused list browser test passes in Chromium and Firefox, radio unit tests pass in Chromium and Firefox, the list and radio Bazel build targets pass, and changed files are formatted.

Fixes #31937

Signed-off-by: NeOMakinG <14963751+NeOMakinG@users.noreply.github.com>
@google-cla

google-cla Bot commented Jun 15, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug(mat-selection-list): disabled selection list still shows cursor pointer on hover around radio

1 participant