Skip to content

Commit

Permalink
Legend hover button
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarrenechea authored and davidsingal committed Dec 19, 2023
1 parent 043dd82 commit 79e6ae8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const LegendChart: React.FC<ExtendedLegendProps> = ({
<li
key={item.value}
className={classNames(
'flex items-center space-x-1 cursor-pointer border py-0.5 px-1 rounded',
'flex items-center space-x-1 cursor-pointer border py-0.5 px-1 rounded hover:border-black',
{
'opacity-50': legendKey && legendKey !== item.id,
},
Expand Down

1 comment on commit 79e6ae8

@vercel
Copy link

@vercel vercel bot commented on 79e6ae8 Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

landgriffon-client – ./client

landgriffon-client-vizzuality1.vercel.app
landgriffon-client.vercel.app
landgriffon-client-git-dev-vizzuality1.vercel.app

Please sign in to comment.