Skip to content

Commit 453eedc

Browse files
author
Andrea Barbasso
committed
[DSC-2730] fix a11y issue
1 parent a1af53b commit 453eedc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/submission/sections/container/section-container.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
}
3737
@if (!sectionRef.isMandatory()) {
3838
<a href="javascript:void(0);" class="me-3"
39+
[attr.aria-label]="'Remove'" role="button"
3940
(click)="removeSection($event)">
4041
@if ((isRemoving | async) !== true) {
4142
<i class="far fa-trash-alt" aria-hidden="true" tabindex="-1"></i>

0 commit comments

Comments
 (0)