style/collections/tables: tweak nested rows

This commit is contained in:
Adorian Doran 2025-07-16 05:23:13 +03:00
parent 7b6d11bffa
commit b2237ffa51

View file

@ -147,6 +147,15 @@
color: var(--cell-editing-text-color);
}
.tabulator .tree-collapse,
.tabulator .tree-expand {
color: var(--row-text-color);
}
.tabulator-data-tree-branch {
visibility: hidden;
}
/* Checkbox cells */
.tabulator .tabulator-cell:has(svg),