Changes the new Facets sidebar heading in the staff catalog search
results from the Bootstrap 4 sr-only class to the Bootstrap 5 one,
visually-hidden.
Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
<div *ngIf="searchContext.result.facetData">
- <h2 class="sr-only" i18n>Facets</h2>
+ <h2 class="visually-hidden" i18n>Facets</h2>
<div *ngFor="let facetConf of facetConfig.display">
<div *ngIf="searchContext.result.facetData[facetConf.facetClass]">
<div *ngFor="let name of facetConf.facetOrder">