From 5d2bdc7ee18ae266adcad6c9f04cc8fd53add7cb Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Thu, 15 Jun 2023 15:24:24 -0700 Subject: [PATCH] IO-2338 Selection Color Overrides nth-child color --- client/src/App/App.styles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/src/App/App.styles.scss b/client/src/App/App.styles.scss index ddf87ac42..50e656895 100644 --- a/client/src/App/App.styles.scss +++ b/client/src/App/App.styles.scss @@ -148,6 +148,10 @@ background: #e7f3ff !important; } +.ant-table-tbody > tr.ant-table-row-selected > td { + background: #e6f7ff !important; +} + .job-line-manual { color: tomato; font-style: italic;