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 {
|
.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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user