Skip to content

Commit e310b0e

Browse files
authored
Merge pull request #129 from topcoder-platform/PROD-2393_row-fix
PROD-2393 row highlight issue -> Dev
2 parents 3ecc245 + 40645e0 commit e310b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-ts/lib/table/Table.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
}
7979
}
8080

81-
&:nth-child(2n + 1) {
81+
&:nth-child(2n) {
8282

8383
td {
8484
background-color: $tc-white;

0 commit comments

Comments
 (0)