fix table column css ordering

This commit is contained in:
jeffvli
2025-11-12 20:46:36 -08:00
parent 219c650585
commit 10085f9bd9
@@ -60,6 +60,10 @@
line-clamp: 3; line-clamp: 3;
} }
.container.data-row {
cursor: pointer;
}
.container.with-horizontal-border { .container.with-horizontal-border {
border-bottom: 1px solid var(--theme-colors-border); border-bottom: 1px solid var(--theme-colors-border);
} }
@@ -162,12 +166,6 @@
z-index: 2; z-index: 2;
} }
.container.data-row {
cursor: pointer;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
}
.header-container { .header-container {
background: none; background: none;
} }