You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(material/chips): increase chip remove touch target size
Fixes Angular Components Chips component accessibility issue
where the touch target is too small. Updates the chips' remove
button ::after margin and padding styles to create a larger
touch target to meet the minimum 48px x 48px size.
Fixes b/286959517
* refactor(material/chips): fix lint errors
Updates previous fix to correct lint error due to changing some
lines from background to targeting background-color specifically.
(cherry picked from commit 777d1d2)
0 commit comments