Skip to content

Commit

Permalink
refactor(material/chips): fix lint errors
Browse files Browse the repository at this point in the history
Updates fix for Angular Components Chips component where there
were lint formatting errors.
  • Loading branch information
essjay05 committed Jul 9, 2024
1 parent 6fdf58a commit a44ce28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/material/chips/chip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ $_avatar-trailing-padding: 8px;

// Used as a state overlay.
&::after {
$offset: 18px; /*size of the remove icon*/
$offset: 18px; // size of the remove icon
content: '';
display: block;
opacity: 0;
Expand All @@ -705,7 +705,7 @@ $_avatar-trailing-padding: 8px;
left: 12 - $offset;
right: 12 - $offset;
border-radius: 50%;
// Increases touch target to improve accessibility and fix b/286959517
// Increases touch target size to improve accessibility and fix b/286959517
z-index: 100;
pointer-events: all;
height: 48px;
Expand Down

0 comments on commit a44ce28

Please sign in to comment.