LP#1913338: (follow-up) aria-hide the icon names
authorGalen Charlton <gmc@equinoxOLI.org>
Wed, 26 May 2021 20:20:05 +0000 (16:20 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Wed, 26 May 2021 20:20:05 +0000 (16:20 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html

index 21a3e4f..c63c5e8 100644 (file)
       <div class="flex-1"></div><!-- push right -->
       <a (click)="toggleFormDisplay()" class="label-with-material-icon no-href">
         <ng-container *ngIf="hideForm()" i18n>
-          Show Search Form <span class="material-icons">unfold_more</span>
+          Show Search Form <span class="material-icons" aria-hidden="true">unfold_more</span>
         </ng-container>
         <ng-container *ngIf="!hideForm()" i18n>
-          Hide Search Form <span class="material-icons">unfold_less</span>
+          Hide Search Form <span class="material-icons" aria-hidden="true">unfold_less</span>
         </ng-container>
       </a>
     </div>