From d3fe2c9d06cf7cf0de7792b6691bba0629f79658 Mon Sep 17 00:00:00 2001 From: swtmply Date: Fri, 21 Apr 2023 03:37:36 +0800 Subject: [PATCH] IO-2011 removed column background color --- client/src/App/App.styles.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/client/src/App/App.styles.scss b/client/src/App/App.styles.scss index bb4824cd0..2ed11cbc6 100644 --- a/client/src/App/App.styles.scss +++ b/client/src/App/App.styles.scss @@ -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 { background: #eaeaea !important; } -.job-line-manual{ +.job-line-manual { color: tomato; font-style: italic; } + +td.ant-table-column-sort { + background-color: transparent; +}