diff --git a/frontend/src/components/TopNav.vue b/frontend/src/components/TopNav.vue index 60fd0e8..b8c4648 100644 --- a/frontend/src/components/TopNav.vue +++ b/frontend/src/components/TopNav.vue @@ -96,7 +96,6 @@ const health = computed(() => { text-decoration: none; font-weight: 500; font-size: 1rem; - border-bottom: 2px solid transparent; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); transition: background 0.2s ease, transform 0.1s ease; } @@ -104,11 +103,10 @@ const health = computed(() => { background: rgba(232, 228, 216, 0.12); transform: translateY(-1px); } -/* Active route: accent text + thin accent underline (FabledDesignSystem: - accent for nav-active, never on action buttons). */ +/* Active route: accent text only (FabledDesignSystem: accent for + nav-active, never on action buttons). No underline. */ .fc-link.router-link-exact-active { color: rgb(var(--v-theme-accent)); - border-bottom-color: rgb(var(--v-theme-accent)); } .fc-health { diff --git a/frontend/src/views/GalleryView.vue b/frontend/src/views/GalleryView.vue index 32a4488..fe767dc 100644 --- a/frontend/src/views/GalleryView.vue +++ b/frontend/src/views/GalleryView.vue @@ -1,6 +1,5 @@