Commit 0280f807 authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Inconsistent cursor when hovering over NavLinkGroup (#2831)

parent 1a5f0e63
...@@ -70,6 +70,7 @@ const NavLinkGroup = ({ item, isCollapsed }: Props) => { ...@@ -70,6 +70,7 @@ const NavLinkGroup = ({ item, isCollapsed }: Props) => {
position="relative" position="relative"
color={ item.isActive ? 'link.navigation.fg.selected' : 'link.navigation.fg' } color={ item.isActive ? 'link.navigation.fg.selected' : 'link.navigation.fg' }
bgColor={ item.isActive ? 'link.navigation.bg.selected' : 'link.navigation.bg' } bgColor={ item.isActive ? 'link.navigation.bg.selected' : 'link.navigation.bg' }
cursor="pointer"
> >
<HStack gap={ 0 } overflow="hidden"> <HStack gap={ 0 } overflow="hidden">
<NavLinkIcon item={ item }/> <NavLinkIcon item={ item }/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment