Highlight marked entries values and slightly deemphasize unselected values

This commit is contained in:
Kuba Orlik 2021-11-24 22:04:15 +01:00
parent 69ac59fb72
commit da49fe5f42

View File

@ -29,6 +29,7 @@ function StolenDataValue({
entry.toggleMark(); entry.toggleMark();
e.stopPropagation(); e.stopPropagation();
}} }}
style={{ color: entry.isMarked ? "black" : "gray" }}
> >
{body} {body}
</div> </div>