IO-1961 Updated table hover contrast.

This commit is contained in:
Patrick Fic
2022-07-18 12:17:11 -07:00
parent 1b58a29112
commit 4976e6be95

View File

@@ -142,3 +142,9 @@
}
}
}
//Update row highlighting on production board.
.ant-table-tbody > tr.ant-table-row:hover > td {
background: #eaeaea !important;
}