[develop]: Table change color of an active row to match with card hover.
This commit is contained in:
parent
bdc26845e4
commit
b64262cb3b
|
@ -6,7 +6,7 @@
|
||||||
@table-header-cell-color: @global-meta-color;
|
@table-header-cell-color: @global-meta-color;
|
||||||
@table-header-cell-text-transform: uppercase;
|
@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;
|
@table-striped-row-background: @table-color;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue