diff --git a/app/components/ContextMenu/MenuItem.tsx b/app/components/ContextMenu/MenuItem.tsx index dcc39fc5f..dbc5bbbba 100644 --- a/app/components/ContextMenu/MenuItem.tsx +++ b/app/components/ContextMenu/MenuItem.tsx @@ -145,6 +145,9 @@ export const MenuAnchorCSS = css` ? "pointer-events: none;" : ` + ${ + props.$active === undefined && + ` @media (hover: hover) { &:hover, &:focus, @@ -159,6 +162,8 @@ export const MenuAnchorCSS = css` } } } + ` + } ${ props.$active &&