Visually de-emphasize species counts for zones

This commit is contained in:
Emi Matchu 2021-02-12 18:31:12 -08:00
parent 09cc2e6a2b
commit 8e806d178d

View file

@ -1418,8 +1418,10 @@ function ItemZonesInfoListItem({ zoneLabel, bodies, showBodyInfo }) {
as="span" as="span"
tabIndex="0" tabIndex="0"
_focus={{ outline: "none", boxShadow: "outline" }} _focus={{ outline: "none", boxShadow: "outline" }}
fontStyle="italic"
textDecoration="underline" textDecoration="underline"
style={{ textDecorationStyle: "dashed" }} style={{ textDecorationStyle: "dotted" }}
opacity="0.8"
> >
{/* Show the speciesNames count, even though it's less info, {/* Show the speciesNames count, even though it's less info,
* because it's more important that the tooltip content matches * because it's more important that the tooltip content matches