aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/buttons/delete-button.component.html
blob: d7a6702a7afa320c29b8be3a7119ffc82d198fca (plain) (blame)
1
2
3
4
5
6
7
8
<span
  class="action-button action-button-delete grey-button"
  [ngClass]="{ 'responsive-label': responsiveLabel }" [ngbTooltip]="title" role="button" tabindex="0"
>
  <my-global-icon iconName="delete" aria-hidden="true"></my-global-icon>

  <span class="button-label" *ngIf="label">{{ label }}</span>
</span>