Remove table row alternating colors (#2552)
This commit is contained in:
parent
468e84aabb
commit
64a0a44446
|
|
@ -41,12 +41,7 @@ export const TableWrapper = styled.div<{
|
|||
}
|
||||
.tr {
|
||||
overflow: hidden;
|
||||
:nth-child(even) {
|
||||
background: ${Colors.ATHENS_GRAY_DARKER};
|
||||
}
|
||||
:nth-child(odd) {
|
||||
background: ${Colors.WHITE};
|
||||
}
|
||||
background: ${Colors.WHITE};
|
||||
&.selected-row {
|
||||
background: ${Colors.POLAR};
|
||||
&:hover {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user