Skip to content

Commit

Permalink
[ACS-8555] Name filter clear icon now no longer gets cut off (#10054)
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil-verma-gl authored Aug 12, 2024
1 parent 93f9e80 commit 344594f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[(ngModel)]="value"
(change)="onChangedHandler($event)">
<button
mat-button
mat-icon-button
*ngIf="value"
matSuffix
(click)="clear()"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@
&-clear-button {
min-width: unset;
border-radius: 50%;
height: 1.5em;
width: 1.5em;
margin-right: 8px;

mat-icon {
margin-right: 0;
}
}
}
}

0 comments on commit 344594f

Please sign in to comment.