From 7ce10b3dcf5ef5d8957bf6640d64a6566a4211fa Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Tue, 28 Oct 2025 16:46:03 -0500 Subject: [PATCH] Better selector --- app/assets/stylesheets/filters.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/filters.css b/app/assets/stylesheets/filters.css index 8aea3362e..a5236e378 100644 --- a/app/assets/stylesheets/filters.css +++ b/app/assets/stylesheets/filters.css @@ -150,7 +150,7 @@ } /* Hide a quick filter if there's nothing in it to filter by */ - &:not(:has(.popup__list li)) { + &:not(:has(.popup__item)) { display: none !important; }