Skip to content

Commit a182845

Browse files
committed
[Fix]: #1840 table theme sort color column
1 parent 013cd90 commit a182845

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

client/packages/lowcoder/src/comps/comps/tableComp/tableStyles.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,15 @@ export const TableWrapper = styled.div.attrs<{
269269
transition: background-color 0.3s;
270270
}
271271
272+
/* Ensure sorted column cells respect theme/row background instead of AntD default */
273+
&.ant-table-column-sort {
274+
background: transparent;
275+
}
276+
&.ant-table-cell-fix-left.ant-table-column-sort,
277+
&.ant-table-cell-fix-right.ant-table-column-sort {
278+
background: transparent;
279+
}
280+
272281
}
273282
274283
/* Fix for selected and hovered rows */

0 commit comments

Comments
 (0)