From 5c7feacc3c3f1b4cea12049273a00e36600136c7 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 --- Open-ILS/src/eg2/src/app/staff/catalog/result/facets.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 000aaca97e..6b6f60d63d 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

-- 2.11.0