From 40645e037271afd0e290098ae69b04ebb38e1da6 Mon Sep 17 00:00:00 2001 From: "hentrymartin.p" Date: Tue, 5 Jul 2022 22:17:14 +0200 Subject: [PATCH] PROD-2393 #comment row highlight issue #time 30m --- src-ts/lib/table/Table.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ts/lib/table/Table.module.scss b/src-ts/lib/table/Table.module.scss index c1fcfd3d7..ca2d9d83a 100644 --- a/src-ts/lib/table/Table.module.scss +++ b/src-ts/lib/table/Table.module.scss @@ -78,7 +78,7 @@ } } - &:nth-child(2n + 1) { + &:nth-child(2n) { td { background-color: $tc-white;