aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/buttons/delete-button.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-04-29 09:46:44 +0200
committerChocobozzz <me@florianbigard.com>2021-04-29 09:50:31 +0200
commitfaf7eab7d9528451570a26e27093159045346064 (patch)
treeb09356d0272ca75be203057cb47984ab20381c2f /client/src/app/shared/shared-main/buttons/delete-button.component.html
parentf6e98f0a4e812cd7de3227faaa9555c6a03bbd4e (diff)
downloadPeerTube-faf7eab7d9528451570a26e27093159045346064.tar.gz
PeerTube-faf7eab7d9528451570a26e27093159045346064.tar.zst
PeerTube-faf7eab7d9528451570a26e27093159045346064.zip
Cleanup plugins admin CSS
Diffstat (limited to 'client/src/app/shared/shared-main/buttons/delete-button.component.html')
-rw-r--r--client/src/app/shared/shared-main/buttons/delete-button.component.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-main/buttons/delete-button.component.html b/client/src/app/shared/shared-main/buttons/delete-button.component.html
index c94d8d0c9..d7a6702a7 100644
--- a/client/src/app/shared/shared-main/buttons/delete-button.component.html
+++ b/client/src/app/shared/shared-main/buttons/delete-button.component.html
@@ -1,4 +1,7 @@
1<span class="action-button action-button-delete grey-button" [ngbTooltip]="title" role="button" tabindex="0"> 1<span
2 class="action-button action-button-delete grey-button"
3 [ngClass]="{ 'responsive-label': responsiveLabel }" [ngbTooltip]="title" role="button" tabindex="0"
4>
2 <my-global-icon iconName="delete" aria-hidden="true"></my-global-icon> 5 <my-global-icon iconName="delete" aria-hidden="true"></my-global-icon>
3 6
4 <span class="button-label" *ngIf="label">{{ label }}</span> 7 <span class="button-label" *ngIf="label">{{ label }}</span>