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"
|
[(ngModel)]="value"
|
||||||
(change)="onChangedHandler($event)">
|
(change)="onChangedHandler($event)">
|
||||||
<button
|
<button
|
||||||
mat-button
|
mat-icon-button
|
||||||
*ngIf="value"
|
*ngIf="value"
|
||||||
matSuffix
|
matSuffix
|
||||||
(click)="clear()"
|
(click)="clear()"
|
||||||
|
@@ -46,13 +46,6 @@
|
|||||||
&-clear-button {
|
&-clear-button {
|
||||||
min-width: unset;
|
min-width: unset;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
height: 1.5em;
|
|
||||||
width: 1.5em;
|
|
||||||
margin-right: 8px;
|
|
||||||
|
|
||||||
mat-icon {
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user