Better selector

This commit is contained in:
Andy Smith
2025-10-28 16:46:03 -05:00
parent c9aa6b90b7
commit 7ce10b3dcf
+1 -1
View File
@@ -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;
}