LP2018403 Update sr-only class in Facets sidebar
authorStephanie Leary <stephanie.leary@equinoxoli.org>
Wed, 3 May 2023 14:16:53 +0000 (14:16 +0000)
committerGalen Charlton <gmc@equinoxOLI.org>
Wed, 3 May 2023 15:11:40 +0000 (11:11 -0400)
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>

Open-ILS/src/eg2/src/app/staff/catalog/result/facets.component.html

index 000aaca..6b6f60d 100644 (file)
@@ -1,5 +1,5 @@
 <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">