From 4976e6be95484f181e98c5444330a77a0607c5f3 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Mon, 18 Jul 2022 12:17:11 -0700 Subject: [PATCH] IO-1961 Updated table hover contrast. --- client/src/App/App.styles.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/src/App/App.styles.scss b/client/src/App/App.styles.scss index e7243044d..e8389290f 100644 --- a/client/src/App/App.styles.scss +++ b/client/src/App/App.styles.scss @@ -142,3 +142,9 @@ } } } + + +//Update row highlighting on production board. +.ant-table-tbody > tr.ant-table-row:hover > td { + background: #eaeaea !important; +} \ No newline at end of file