Skip to content

Commit

Permalink
changed datagrid alternating color order
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmannmartin committed Nov 21, 2024
1 parent ea04b34 commit bba0940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/styles/admin/components/table/grid.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

tbody {
background: @color-f;
background: @bg-stripe;

.table-grid__row {
&:hover {
Expand All @@ -39,7 +39,7 @@

&:nth-child(2n) {
tbody & {
background: @bg-stripe;
background: @color-f;
}
}
}
Expand Down

0 comments on commit bba0940

Please sign in to comment.