Skip to content

Commit

Permalink
[framework] improve appearence of datagrid (#3609)
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmannmartin authored Nov 21, 2024
1 parent 48b574c commit ea04b34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions assets/styles/admin/components/table/grid.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@

tbody {
background: @color-f;

.table-grid__row {
&:hover {
background: @bg-hover;
}
}
}

&__row {
Expand Down
3 changes: 2 additions & 1 deletion assets/styles/admin/core/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@
@bg-box: @color-f;
@bg-window: @bg-page;
@bg-table: @color-f;
@bg-stripe: @color-f;
@bg-stripe: #f8f8f8;
@bg-hover: #e8f5fe;
@bg-primary: @color-primary;
@bg-primary-dark: #0573a0;
@bg-primary-darker: #0487bc;
Expand Down

0 comments on commit ea04b34

Please sign in to comment.