Removed focus background on mobile menu
This commit is contained in:
@@ -35,6 +35,9 @@ const MobileNav: FC<MobileNavProps> = ({ updateOpen }: MobileNavProps) => {
|
|||||||
_hover={{
|
_hover={{
|
||||||
backgroundColor: "none",
|
backgroundColor: "none",
|
||||||
}}
|
}}
|
||||||
|
_focus={{
|
||||||
|
backgroundColor: "none"
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<Link onClick={() => updateOpen(false)} href={navItem[1]}>
|
<Link onClick={() => updateOpen(false)} href={navItem[1]}>
|
||||||
{index === 0 ? <MenuDivider /> : <Fragment></Fragment>}
|
{index === 0 ? <MenuDivider /> : <Fragment></Fragment>}
|
||||||
|
|||||||
Reference in New Issue
Block a user