mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
remove unnecessary aria-label
This commit is contained in:
@@ -12,13 +12,11 @@
|
||||
<div class="col-4 d-inline-block">
|
||||
<div *ngIf="logo" class="btn-group btn-group-sm float-right" role="group">
|
||||
<button *ngIf="!markLogoForDeletion" type="button" class="btn btn-danger"
|
||||
[attr.aria-label]="(type.value + '.edit.logo.delete.title' | translate)"
|
||||
title="{{type.value + '.edit.logo.delete.title' | translate}}"
|
||||
(click)="deleteLogo()">
|
||||
<i class="fas fa-trash" aria-hidden="true"></i>
|
||||
</button>
|
||||
<button *ngIf="markLogoForDeletion" type="button" class="btn btn-warning"
|
||||
[attr.aria-label]="(type.value + '.edit.logo.delete-undo.title' | translate)"
|
||||
title="{{type.value + '.edit.logo.delete-undo.title' | translate}}"
|
||||
(click)="undoDeleteLogo()">
|
||||
<i class="fas fa-undo" aria-hidden="true"></i>
|
||||
|
Reference in New Issue
Block a user