Skip to content

fix(material/list): remove pointer cursor for disabled selection list radios#33313

Open
EduardF1 wants to merge 1 commit into
angular:mainfrom
EduardF1:fix-disabled-selection-list-cursor
Open

fix(material/list): remove pointer cursor for disabled selection list radios#33313
EduardF1 wants to merge 1 commit into
angular:mainfrom
EduardF1:fix-disabled-selection-list-cursor

Conversation

@EduardF1
Copy link
Copy Markdown

Fixes #31937.

Summary

  • Ensures disabled single-selection list radios do not keep the MDC radio pointer cursor.
  • Adds a regression spec for disabled single-selection lists.

Validation

  • pnpm install --frozen-lockfile
  • pnpm exec prettier --check src/material/list/list.scss src/material/list/selection-list.spec.ts
  • pnpm exec stylelint src/material/list/list.scss
  • git --no-pager diff --check

Note: pnpm -s bazelisk test //src/material/list:unit_tests --test_output=errors was attempted after bazel mod deps --lockfile_mode=update, but Bazel analysis failed locally on Windows because no @@rules_sass+//src/toolchain:toolchain_type toolchain matched.

@pullapprove pullapprove Bot requested review from andrewseguin and crisbeto May 28, 2026 23:00
@google-cla
Copy link
Copy Markdown

google-cla Bot commented May 28, 2026

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.

@EduardF1
Copy link
Copy Markdown
Author

@googlebot I signed it!

@EduardF1 EduardF1 force-pushed the fix-disabled-selection-list-cursor branch from dd5091b to 381035c Compare June 1, 2026 10:15
@EduardF1
Copy link
Copy Markdown
Author

EduardF1 commented Jun 1, 2026

@googlebot I signed it!

@EduardF1 EduardF1 force-pushed the fix-disabled-selection-list-cursor branch from 381035c to 7443bb5 Compare June 4, 2026 00:13
@EduardF1 EduardF1 force-pushed the fix-disabled-selection-list-cursor branch from 7443bb5 to 09ae907 Compare June 4, 2026 00:54
@EduardF1
Copy link
Copy Markdown
Author

EduardF1 commented Jun 4, 2026

I force-pushed this PR to rewrite the branch as a single-author commit using my signed email, so the old co-author metadata is gone. The remaining cla/google failure looks external from my side, but happy to adjust anything else if needed.

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