Skip to content

Commit

Permalink
Merge pull request #3892 from kids-first/fix/SKFP-926-fixed-column-al…
Browse files Browse the repository at this point in the history
…ternated-color

fix(style): SKFP-926 fixed column color
  • Loading branch information
AltefrohneGaelle authored Jan 29, 2024
2 parents 3e440f9 + d00b898 commit d8c11fe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/style/themes/kids-first/antd/tables.less
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,13 @@
}
}
}

.ant-table-tbody > tr:nth-child(even):not(.ant-table-row-selected) td {
background-color: @gray-2;
}
.ant-table-tbody > tr:nth-child(even):not(.ant-table-row-selected) td.ant-table-column-sort {
background-color: @gray-3;
}
.ant-table-tbody > tr:nth-child(even):not(.ant-table-row-selected):hover td {
background-color: @gray-3;
}

0 comments on commit d8c11fe

Please sign in to comment.