From e6f02bf8f7ce954f3d41a2da6581e37610145b7d Mon Sep 17 00:00:00 2001 From: Alex Inkin Date: Mon, 6 Jan 2025 22:56:16 +0400 Subject: [PATCH] feat: hover state for navigation (#2807) * feat: hover state for navigation * chore: fix --- .../components/header/navigation.component.ts | 23 +++++++++++-------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/web/projects/ui/src/app/routes/portal/components/header/navigation.component.ts b/web/projects/ui/src/app/routes/portal/components/header/navigation.component.ts index ac1f03f96..c81990802 100644 --- a/web/projects/ui/src/app/routes/portal/components/header/navigation.component.ts +++ b/web/projects/ui/src/app/routes/portal/components/header/navigation.component.ts @@ -4,6 +4,7 @@ import { TUI_ANIMATIONS_SPEED, TuiButton, tuiFadeIn, + TuiHint, TuiIcon, tuiScaleIn, tuiToAnimationOptions, @@ -18,9 +19,13 @@ import { getMenu } from 'src/app/utils/system-utilities' template: ` @for (item of utils; track $index) {