Move css bit to the new blank slates CSS
This commit is contained in:
@@ -39,4 +39,8 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.cards__list:has(> :not(.blank-slate)) .card--hide-unless-empty {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user