Skip to content

Commit 3c5e924

Browse files
committed
refactor(material/chips): fix lint errors
Updates fix for Angular Components Chips component where there were lint formatting errors.
1 parent d42671e commit 3c5e924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/material/chips/chip.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ $_avatar-trailing-padding: 8px;
695695

696696
// Used as a state overlay.
697697
&::after {
698-
$offset: 18px; /*size of the remove icon*/
698+
$offset: 18px; // size of the remove icon
699699
content: '';
700700
display: block;
701701
opacity: 0;
@@ -705,7 +705,7 @@ $_avatar-trailing-padding: 8px;
705705
left: 12 - $offset;
706706
right: 12 - $offset;
707707
border-radius: 50%;
708-
// Increases touch target to improve accessibility and fix b/286959517
708+
// Increases touch target size to improve accessibility and fix b/286959517
709709
z-index: 100;
710710
pointer-events: all;
711711
height: 48px;

0 commit comments

Comments
 (0)