We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013cd90 commit a182845Copy full SHA for a182845
client/packages/lowcoder/src/comps/comps/tableComp/tableStyles.ts
@@ -269,6 +269,15 @@ export const TableWrapper = styled.div.attrs<{
269
transition: background-color 0.3s;
270
}
271
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
279
280
+
281
282
283
/* Fix for selected and hovered rows */
0 commit comments