We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42671e commit 3c5e924Copy full SHA for 3c5e924
src/material/chips/chip.scss
@@ -695,7 +695,7 @@ $_avatar-trailing-padding: 8px;
695
696
// Used as a state overlay.
697
&::after {
698
- $offset: 18px; /*size of the remove icon*/
+ $offset: 18px; // size of the remove icon
699
content: '';
700
display: block;
701
opacity: 0;
@@ -705,7 +705,7 @@ $_avatar-trailing-padding: 8px;
705
left: 12 - $offset;
706
right: 12 - $offset;
707
border-radius: 50%;
708
- // Increases touch target to improve accessibility and fix b/286959517
+ // Increases touch target size to improve accessibility and fix b/286959517
709
z-index: 100;
710
pointer-events: all;
711
height: 48px;
0 commit comments