IO-2011 removed column background color

This commit is contained in:
swtmply
2023-04-21 03:37:36 +08:00
parent f080e84985
commit d3fe2c9d06

View File

@@ -143,13 +143,16 @@
} }
} }
//Update row highlighting on production board.
//Update row highlighting on production board.
.ant-table-tbody > tr.ant-table-row:hover > td { .ant-table-tbody > tr.ant-table-row:hover > td {
background: #eaeaea !important; background: #eaeaea !important;
} }
.job-line-manual{ .job-line-manual {
color: tomato; color: tomato;
font-style: italic; font-style: italic;
} }
td.ant-table-column-sort {
background-color: transparent;
}