Visually de-emphasize species counts for zones
This commit is contained in:
parent
09cc2e6a2b
commit
8e806d178d
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue