Skip to content

Commit

Permalink
fix(style): SKFP-926 use variable
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelleA committed Jan 29, 2024
1 parent ec552a0 commit d00b898
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/style/themes/kids-first/antd/tables.less
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
}

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

0 comments on commit d00b898

Please sign in to comment.