Color large table load more row

This commit is contained in:
2026-06-04 19:45:12 +02:00
parent 2b7de07907
commit 6dff6380ef
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -101,6 +101,10 @@
background: var(--color-light-grey);
}
.sg-large-table__row--load-more {
background: var(--color-medium-grey);
}
.sg-large-table__cell {
min-width: 0;
padding: 0 var(--spacing-small);