Correction mat-icon et SVG
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
aria-label="Clear"
|
aria-label="Clear"
|
||||||
(click)="selectedJumpType = undefined"
|
(click)="selectedJumpType = undefined"
|
||||||
>
|
>
|
||||||
<mat-icon>close</mat-icon>
|
<mat-icon svgIcon="close"></mat-icon>
|
||||||
</button>
|
</button>
|
||||||
}
|
}
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
aria-label="Clear"
|
aria-label="Clear"
|
||||||
(click)="resetTunnel()"
|
(click)="resetTunnel()"
|
||||||
>
|
>
|
||||||
<mat-icon>close</mat-icon>
|
<mat-icon svgIcon="close"></mat-icon>
|
||||||
</button>
|
</button>
|
||||||
}
|
}
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
@@ -114,7 +114,7 @@
|
|||||||
aria-label="Clear"
|
aria-label="Clear"
|
||||||
(click)="minutesOfFlight = undefined"
|
(click)="minutesOfFlight = undefined"
|
||||||
>
|
>
|
||||||
<mat-icon>close</mat-icon>
|
<mat-icon svgIcon="close"></mat-icon>
|
||||||
</button>
|
</button>
|
||||||
}
|
}
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
@@ -136,7 +136,7 @@
|
|||||||
aria-label="Clear"
|
aria-label="Clear"
|
||||||
(click)="comments = undefined"
|
(click)="comments = undefined"
|
||||||
>
|
>
|
||||||
<mat-icon>close</mat-icon>
|
<mat-icon svgIcon="close"></mat-icon>
|
||||||
</button>
|
</button>
|
||||||
}
|
}
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
|||||||
Reference in New Issue
Block a user