From 8e806d178d508d3e40a735da7e941a04d8eccb21 Mon Sep 17 00:00:00 2001 From: Matchu Date: Fri, 12 Feb 2021 18:31:12 -0800 Subject: [PATCH] Visually de-emphasize species counts for zones --- src/app/ItemPage.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/ItemPage.js b/src/app/ItemPage.js index b2164290..49ebd548 100644 --- a/src/app/ItemPage.js +++ b/src/app/ItemPage.js @@ -1418,8 +1418,10 @@ function ItemZonesInfoListItem({ zoneLabel, bodies, showBodyInfo }) { as="span" tabIndex="0" _focus={{ outline: "none", boxShadow: "outline" }} + fontStyle="italic" textDecoration="underline" - style={{ textDecorationStyle: "dashed" }} + style={{ textDecorationStyle: "dotted" }} + opacity="0.8" > {/* Show the speciesNames count, even though it's less info, * because it's more important that the tooltip content matches