<h2 mat-dialog-title>Effacer le contenu</h2>
<mat-dialog-content>Êtes vous sûr de vouloir effacer le contenu de cette tuile {{data}} ?</mat-dialog-content>
<mat-dialog-actions align="end">
<button mat-button mat-dialog-close>Non</button>
<button mat-button [mat-dialog-close]="true" cdkFocusInitial>Oui</button>
</mat-dialog-actions>
-
Romain DELEAU authored
margin in mat-menu / new tooltips / replace purger by effacer / fix add role dialog message / zoomin and zoomout with buttons / click on a piece show details + remove icon button to show detail / set font-family everywhere
1e1727fd