From 168e76c309cdc95ea7012e8af9a9895f0f22393c Mon Sep 17 00:00:00 2001 From: Iris Rademacher <84595986+iris-garden@users.noreply.github.com> Date: Tue, 20 Sep 2022 12:54:20 -0400 Subject: [PATCH] [batch][UI] revert table row background colors to gray/white (#12191) * [batch] reverts table background colors to white/grey * spellign * fix color --- web_common/web_common/styles/main.scss | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/web_common/web_common/styles/main.scss b/web_common/web_common/styles/main.scss index 4eade7a5975..44a7ee9e2af 100644 --- a/web_common/web_common/styles/main.scss +++ b/web_common/web_common/styles/main.scss @@ -243,23 +243,8 @@ a { } tr { - &:nth-of-type(7n+1) { - background-color: #fff4f4; - } - &:nth-of-type(7n+2) { - background-color: #fff9f1; - } - &:nth-of-type(7n+3) { - background-color: #fdfdf1; - } - &:nth-of-type(7n+4) { - background-color: #f4fff4; - } - &:nth-of-type(7n+5) { - background-color: #f2f4ff; - } - &:nth-of-type(7n+6) { - background-color: #fff6ff; + &:nth-of-type(even) { + background-color: #f0f0f0; } td.data-table-bad {