Merged in feature/IO-2281-table-colors (pull request #842)

IO-2281 Hover Row Color

Approved-by: Patrick Fic
This commit is contained in:
Allan Carr
2023-06-06 00:17:39 +00:00
committed by Patrick Fic

View File

@@ -145,7 +145,7 @@
//Update row highlighting on production board.
.ant-table-tbody > tr.ant-table-row:hover > td {
background: #eaeaea !important;
background: #e7f3ff !important;
}
.job-line-manual {