From b2237ffa5116840f15d9e943549f5a99f4c48b79 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 16 Jul 2025 05:23:13 +0300 Subject: [PATCH] style/collections/tables: tweak nested rows --- apps/client/src/stylesheets/table.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/client/src/stylesheets/table.css b/apps/client/src/stylesheets/table.css index 543a2e9d3..81130a7e1 100644 --- a/apps/client/src/stylesheets/table.css +++ b/apps/client/src/stylesheets/table.css @@ -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),