Move css bit to the new blank slates CSS

This commit is contained in:
Jorge Manrubia
2025-12-04 18:42:44 +01:00
parent 539d3721db
commit 1122556383
2 changed files with 4 additions and 4 deletions
+4
View File
@@ -39,4 +39,8 @@
display: none;
}
}
.cards__list:has(> :not(.blank-slate)) .card--hide-unless-empty {
display: none;
}
}
-4
View File
@@ -402,10 +402,6 @@
}
}
.cards__list:has(> :not(.blank-slate)) .card--hide-unless-empty {
display: none;
}
/* TODO: I think this is legacy now? */
.cards__heading {
display: flex;