From da49fe5f429f3c070497903a66714d7350a254e1 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Wed, 24 Nov 2021 22:04:15 +0100 Subject: [PATCH] Highlight marked entries values and slightly deemphasize unselected values --- sidebar/stolen-data-cluster.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/sidebar/stolen-data-cluster.tsx b/sidebar/stolen-data-cluster.tsx index 3378d8b..5f197b2 100644 --- a/sidebar/stolen-data-cluster.tsx +++ b/sidebar/stolen-data-cluster.tsx @@ -29,6 +29,7 @@ function StolenDataValue({ entry.toggleMark(); e.stopPropagation(); }} + style={{ color: entry.isMarked ? "black" : "gray" }} > {body}