From e79339d453d13e244180673f19bbebcb8b0d5509 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Tue, 17 Dec 2024 07:16:40 -0600 Subject: [PATCH] Remove unnecessary css --- app/assets/stylesheets/modules/blacklight_overrides.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/assets/stylesheets/modules/blacklight_overrides.scss b/app/assets/stylesheets/modules/blacklight_overrides.scss index 3881a4411..c9a17a91c 100644 --- a/app/assets/stylesheets/modules/blacklight_overrides.scss +++ b/app/assets/stylesheets/modules/blacklight_overrides.scss @@ -35,12 +35,6 @@ } } -// TODO: We can remove this after we stop using blacklight-hierarchy -// and switch to the Blacklight::FacetItemPivotComponent component. -.sr-only { - @include visually-hidden; -} - .img-thumbnail { border-radius: 0; padding: 0;