From d27590cd494e6ef631b17c9614700cb2829422dd Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Fri, 31 May 2024 12:24:16 +0530 Subject: [PATCH] [WEB-1493] chore: product tour asset and app sidebar quick action hover (#4655) * chore: product tour asset updated * fix: app sidebar quick action hover --- .../workspace/sidebar-quick-action.tsx | 4 ++-- web/public/onboarding/cycles.webp | Bin 47816 -> 154204 bytes web/public/onboarding/issues.webp | Bin 63916 -> 202198 bytes web/public/onboarding/modules.webp | Bin 57042 -> 163952 bytes web/public/onboarding/pages.webp | Bin 66208 -> 226948 bytes web/public/onboarding/views.webp | Bin 50786 -> 134924 bytes 6 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/workspace/sidebar-quick-action.tsx b/web/components/workspace/sidebar-quick-action.tsx index 9f6e166ad..2b15dbf5f 100644 --- a/web/components/workspace/sidebar-quick-action.tsx +++ b/web/components/workspace/sidebar-quick-action.tsx @@ -72,8 +72,6 @@ export const WorkspaceSidebarQuickAction = observer(() => { className={`mt-4 flex w-full cursor-pointer items-center justify-between px-4 ${ isSidebarCollapsed ? "flex-col gap-1" : "gap-2" }`} - onMouseEnter={onMouseEnter} - onMouseLeave={onMouseLeave} > {isAuthorizedUser && (
{ ? "px-2 hover:bg-custom-sidebar-background-80" : "border-[0.5px] border-custom-border-200 px-3 shadow-custom-sidebar-shadow-2xs" }`} + onMouseEnter={onMouseEnter} + onMouseLeave={onMouseLeave} >