records listing optimizations

This commit is contained in:
Gani Georgiev
2022-09-28 21:55:18 +03:00
parent 3cbab96f51
commit b84930f21a
19 changed files with 518 additions and 477 deletions
+2
View File
@@ -207,6 +207,7 @@ table {
// states
&.table-loading {
pointer-events: none;
opacity: 0.7;
}
}
@@ -218,6 +219,7 @@ table {
margin-left: calc(var(--baseSpacing) * -1);
margin-right: calc(var(--baseSpacing) * -1);
.bulk-select-col {
min-width: 70px;
input[type="checkbox"] ~ label {
opacity: 0.7;
}