angular / components

Component infrastructure and Material Design components for Angular
https://material.angular.io
MIT License
24.36k stars 6.74k forks source link

bug(all): Strong focus indicators should only show when the user uses the keyboard to navigate #26273

Open calebegg opened 1 year ago

calebegg commented 1 year ago

Is this a regression?

The previous version in which this bug was not present was

No response

Description

https://v12.material.angular.io/guide/theming#strong-focus-indicators

Reproduction

reproduces in the trivial case

Expected Behavior

According to guidance we've received from the Material Design team, focus indicators are only expected to be visible when the user has used the keyboard to focus the item

Actual Behavior

Focus indicators are showing on click

Environment

keatkeat87 commented 3 months ago

Yes, it is how Google Ads did. @jelbourn will Angular Material Team implement this feature?