style/collections/tables: fix frozen cells overlapping with the outline of the left-side cells

This commit is contained in:
Adorian Doran
2025-07-16 05:04:06 +03:00
parent 97565e8f36
commit 7b6d11bffa

View File

@@ -66,6 +66,10 @@
border-bottom-color: var(--col-header-arrow-inactive-color); border-bottom-color: var(--col-header-arrow-inactive-color);
} }
.tabulator div.tabulator-header .tabulator-frozen.tabulator-frozen-left {
margin-left: var(--cell-editing-border-width);
}
.tabulator div.tabulator-header .tabulator-col, .tabulator div.tabulator-header .tabulator-col,
.tabulator div.tabulator-header .tabulator-frozen.tabulator-frozen-left { .tabulator div.tabulator-header .tabulator-frozen.tabulator-frozen-left {
background: var(--col-header-background-color); background: var(--col-header-background-color);
@@ -111,6 +115,10 @@
/* Cell */ /* Cell */
.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
margin-right: var(--cell-editing-border-width);
}
.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left, .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left,
.tabulator-row .tabulator-cell { .tabulator-row .tabulator-cell {
border-right-color: transparent; border-right-color: transparent;