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; }