From c6e7fcb43a54126d780f44f3d4de7df135867e8c Mon Sep 17 00:00:00 2001 From: Bastian Masanek Date: Wed, 5 Nov 2025 02:48:19 +0100 Subject: [PATCH] Refactor Tab Styling and Highlight Animation in AreaTabs Component - Updated tab styling to include a relative positioning for better layout control. - Introduced a new highlight animation for newly added tabs, replacing the previous background gradient with an opacity fade effect for improved visual feedback. - Enhanced the tab-highlight class to include a pseudo-element for a more dynamic appearance during animations. --- app/components/navigation/AreaTabs.vue | 35 +++++++++++++++----------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/app/components/navigation/AreaTabs.vue b/app/components/navigation/AreaTabs.vue index b43e757..d653c15 100644 --- a/app/components/navigation/AreaTabs.vue +++ b/app/components/navigation/AreaTabs.vue @@ -214,7 +214,7 @@ function setTabRef(areaId: string, el: any) { @@ -239,7 +239,7 @@ function setTabRef(areaId: string, el: any) {