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.
2 parents beccb4d + a182845 commit 56fefbaCopy full SHA for 56fefba
client/packages/lowcoder/src/comps/comps/tableComp/tableStyles.ts
@@ -267,6 +267,15 @@ export const TableWrapper = styled.div.attrs<{
267
transition: background-color 0.3s;
268
}
269
270
+ /* Ensure sorted column cells respect theme/row background instead of AntD default */
271
+ &.ant-table-column-sort {
272
+ background: transparent;
273
+ }
274
+ &.ant-table-cell-fix-left.ant-table-column-sort,
275
+ &.ant-table-cell-fix-right.ant-table-column-sort {
276
277
278
+
279
280
281
/* Fix for selected and hovered rows */
0 commit comments