From b643feaae88c131f9333be59b96cf130dfdbd5df Mon Sep 17 00:00:00 2001 From: josedario87 Date: Thu, 30 Oct 2025 11:24:48 -0600 Subject: [PATCH] =?UTF-8?q?Fix:=20icono=20se=20vuelve=20negro=20cuando=20t?= =?UTF-8?q?ab=20est=C3=A1=20activa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Agregado z-20 al icono para que herede correctamente el color del trigger activo. Ahora el icono cambia a negro (#1b1209) cuando la tab está seleccionada, igual que el label. --- nuxt4-app/app/pages/metabase-debug.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt4-app/app/pages/metabase-debug.vue b/nuxt4-app/app/pages/metabase-debug.vue index 978aaf7..5f0dc55 100644 --- a/nuxt4-app/app/pages/metabase-debug.vue +++ b/nuxt4-app/app/pages/metabase-debug.vue @@ -79,6 +79,7 @@ indicator: 'bg-[#c08040] z-10', trigger: 'relative data-[state=active]:text-[#1b1209] data-[state=active]:hover:text-black data-[state=inactive]:text-[var(--brand-text-muted)] data-[state=inactive]:bg-transparent data-[state=inactive]:hover:text-[var(--brand-text)] data-[state=inactive]:hover:bg-[#2a1f14]/50 focus-visible:ring-2 focus-visible:ring-[#c08040] transition-colors duration-200', label: 'font-medium text-sm relative z-20', + icon: 'relative z-20', content: 'py-4' }" >