[develop]: Table change color of an active row to match with card hover.

This commit is contained in:
Konstantinos Triantafyllou 2023-12-01 19:29:42 +02:00
parent bdc26845e4
commit b64262cb3b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
@table-header-cell-color: @global-meta-color;
@table-header-cell-text-transform: uppercase;
@table-row-active-background: fade(@global-primary-background, 20%);
@table-row-active-background: @ciel-color;
@table-striped-row-background: @table-color;