Add no-toolbar state for "nothing here" batch table views (#32128)
This commit is contained in:
@@ -359,6 +359,10 @@ a.table-action-link {
|
||||
@media screen and (max-width: $no-gap-breakpoint) {
|
||||
border-top: 1px solid var(--background-border-color);
|
||||
}
|
||||
|
||||
&--no-toolbar {
|
||||
border-top: 1px solid var(--background-border-color);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (width <= 870px) {
|
||||
|
||||
Reference in New Issue
Block a user