mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-8555] Name filter clear icon now no longer gets cut off (#10054)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
[(ngModel)]="value"
|
||||
(change)="onChangedHandler($event)">
|
||||
<button
|
||||
mat-button
|
||||
mat-icon-button
|
||||
*ngIf="value"
|
||||
matSuffix
|
||||
(click)="clear()"
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user