Remove table row alternating colors (#2552)

This commit is contained in:
vicky-primathon 2021-01-22 15:07:43 +05:30 committed by GitHub
parent 468e84aabb
commit 64a0a44446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,12 +41,7 @@ export const TableWrapper = styled.div<{
} }
.tr { .tr {
overflow: hidden; overflow: hidden;
:nth-child(even) {
background: ${Colors.ATHENS_GRAY_DARKER};
}
:nth-child(odd) {
background: ${Colors.WHITE}; background: ${Colors.WHITE};
}
&.selected-row { &.selected-row {
background: ${Colors.POLAR}; background: ${Colors.POLAR};
&:hover { &:hover {