From b64262cb3bb5a5f326054771dcc03237b0957409 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Fri, 1 Dec 2023 19:29:42 +0200 Subject: [PATCH] [develop]: Table change color of an active row to match with card hover. --- less/table.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/table.less b/less/table.less index 3da5a9f..749948c 100644 --- a/less/table.less +++ b/less/table.less @@ -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;