Highlight marked entries values and slightly deemphasize unselected values
This commit is contained in:
parent
69ac59fb72
commit
da49fe5f42
|
@ -29,6 +29,7 @@ function StolenDataValue({
|
||||||
entry.toggleMark();
|
entry.toggleMark();
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
}}
|
}}
|
||||||
|
style={{ color: entry.isMarked ? "black" : "gray" }}
|
||||||
>
|
>
|
||||||
{body}
|
{body}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user