Skip to content

Fix cursor style for non-clickable elements #31937#33363

Open
Soumya-Ranjan-77 wants to merge 2 commits into
angular:mainfrom
Soumya-Ranjan-77:error-solve
Open

Fix cursor style for non-clickable elements #31937#33363
Soumya-Ranjan-77 wants to merge 2 commits into
angular:mainfrom
Soumya-Ranjan-77:error-solve

Conversation

@Soumya-Ranjan-77

Copy link
Copy Markdown

Description

fix: #31937
This PR fixes the cursor behavior for non-clickable elements.

Before

  • Elements that were not selectable or clickable displayed the pointer cursor (hand icon).
  • This could mislead users into thinking the element was interactive.

After

  • Changed the cursor style from cursor: pointer to cursor: default for non-clickable elements.
  • The standard arrow cursor is now shown when there is no action available.

Type of Change

  • Bug Fix

Testing

  • Verified that non-clickable elements display the default cursor.
  • Verified that clickable elements continue to display the pointer cursor.

@pullapprove pullapprove Bot requested review from tjshiu and wagnermaciel June 8, 2026 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

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

2 participants