From 77ee88c6ea626355c0438e5499a3eb1dafbc7bb0 Mon Sep 17 00:00:00 2001 From: Hrishikesh Vaipurkar Date: Thu, 9 Oct 2025 12:40:15 +0000 Subject: [PATCH] Merged in fix/SW-3528-hamburger-menu-partially-shown- (pull request #2936) fix(SW-3528): Fixed hamburger menu icon visibility and animation Approved-by: Anton Gunnarsson --- .../components/Menu/UserMenu/index.tsx | 19 +++--- .../Menu/UserMenu/user-menu.module.css | 59 ++++++++++++++++++- 2 files changed, 65 insertions(+), 13 deletions(-) diff --git a/apps/partner-sas/components/Menu/UserMenu/index.tsx b/apps/partner-sas/components/Menu/UserMenu/index.tsx index 30a560a63..735151fa0 100644 --- a/apps/partner-sas/components/Menu/UserMenu/index.tsx +++ b/apps/partner-sas/components/Menu/UserMenu/index.tsx @@ -14,8 +14,6 @@ import { useIntl } from "react-intl" import { Avatar } from "@scandic-hotels/design-system/Avatar" import { Button } from "@scandic-hotels/design-system/Button" import { Divider } from "@scandic-hotels/design-system/Divider" -import { IconButton } from "@scandic-hotels/design-system/IconButton" -import { MaterialIcon } from "@scandic-hotels/design-system/Icons/MaterialIcon" import Link from "@scandic-hotels/design-system/Link" import SkeletonShimmer from "@scandic-hotels/design-system/SkeletonShimmer" import { Typography } from "@scandic-hotels/design-system/Typography" @@ -100,16 +98,17 @@ export function UserMenu({ isMobile = false }: { isMobile?: boolean }) { {({ close }) => ( <> - - - + +