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