From 0b51586346e9a910c642a7f579f0707b526343e2 Mon Sep 17 00:00:00 2001 From: Asin-Junior-Honore <135389589+Asin-Junior-Honore@users.noreply.github.com> Date: Tue, 8 Oct 2024 09:35:41 +0100 Subject: [PATCH] [docs-infra] Add pointer cursor on hover for logo to improve UX (#43999) --- docs/src/components/action/LogoWithCopyMenu.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/src/components/action/LogoWithCopyMenu.tsx b/docs/src/components/action/LogoWithCopyMenu.tsx index 90ffbc42689bee..fdf30569a0fe11 100644 --- a/docs/src/components/action/LogoWithCopyMenu.tsx +++ b/docs/src/components/action/LogoWithCopyMenu.tsx @@ -66,7 +66,6 @@ export default function LogoWithCopyMenu({ aria-label="Go to homepage" onContextMenu={handleContextMenu} sx={{ - cursor: 'default', mr: 1, ml: marginLeft ? 1.5 : undefined, '& > svg': { m: '0 !important' }, // override the 2px margin-left coming from the Link component