117803: Only visually hide header rows

This commit is contained in:
Andreas Awouters
2024-09-10 13:36:27 +02:00
parent d8b426d745
commit cc5b841a65

View File

@@ -10,7 +10,7 @@
<table class="table"
[attr.aria-label]="'item.edit.bitstreams.bundle.table.aria-label' | translate: { bundle: bundleName } ">
<thead *ngIf="!hideHeader">
<thead [class.visually-hidden]="hideHeader">
<tr class="header-row font-weight-bold">
<th id="name" scope="col" class="{{ columnSizes.columns[0].buildClasses() }}">
{{'item.edit.bitstreams.headers.name' | translate}}