mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
117803: Only visually hide header rows
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
<table class="table"
|
<table class="table"
|
||||||
[attr.aria-label]="'item.edit.bitstreams.bundle.table.aria-label' | translate: { bundle: bundleName } ">
|
[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">
|
<tr class="header-row font-weight-bold">
|
||||||
<th id="name" scope="col" class="{{ columnSizes.columns[0].buildClasses() }}">
|
<th id="name" scope="col" class="{{ columnSizes.columns[0].buildClasses() }}">
|
||||||
{{'item.edit.bitstreams.headers.name' | translate}}
|
{{'item.edit.bitstreams.headers.name' | translate}}
|
||||||
|
Reference in New Issue
Block a user