From b9a0d45ff0778b03401e377369dc2baa17ad312d Mon Sep 17 00:00:00 2001 From: Stephanie Leary Date: Wed, 3 May 2023 14:16:53 +0000 Subject: [PATCH] LP2018403 Update sr-only class in Facets sidebar 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 Signed-off-by: Galen Charlton --- .../app/staff/catalog/result/facets.component.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/result/facets.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/result/facets.component.html index 000aaca..6b6f60d 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/result/facets.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/result/facets.component.html @@ -1,5 +1,5 @@
-

Facets

+

Facets

-- 1.7.2.5