Skip to content

fix(material/chips): implement touch-target pattern/styles on chip component - #33614

Open
essjay05 wants to merge 2 commits into
angular:mainfrom
essjay05:v2-mat-chip-touch-target-resize
Open

fix(material/chips): implement touch-target pattern/styles on chip component#33614
essjay05 wants to merge 2 commits into
angular:mainfrom
essjay05:v2-mat-chip-touch-target-resize

Conversation

@essjay05

Copy link
Copy Markdown
Contributor

Updates Angular Components' Chip component so that chips use a touch-target span similar to other interactive components like buttons and checkboxes. This is to ensure that chips meet the minimum touch-target size of 48x48 for accessibility standards.

Fixes b/537441584

@pullapprove
pullapproveBot requested review from ok7sai and tjshiuJuly 31, 2026 20:02
@essjay05essjay05 added the dev-app preview When applied, previews of the dev-app are deployed to Firebase label Jul 31, 2026
…mponent
Updates Angular Components' Chip component so that chips use a touch-target
span similar to other interactive components like buttons and checkboxes.
This is to ensure that chips meet the minimum touch-target size of 48x48 for
accessibility standards.
Fixes b/537441584
@essjay05
essjay05force-pushed the v2-mat-chip-touch-target-resize branch from 340568b to df7dc66CompareAugust 3, 2026 16:05
Updates previous fix to remove outline test styles that were used for
creating screenshots.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: material/chipsdev-app previewWhen applied, previews of the dev-app are deployed to Firebase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@essjay05@ok7sai