From 93eccd7dcf8d8442f359dad52da2af63515839f1 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Thu, 2 Oct 2025 17:17:21 +0200 Subject: [PATCH] Update globals.css --- AppImage/app/globals.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/AppImage/app/globals.css b/AppImage/app/globals.css index 31e5aad..790a203 100644 --- a/AppImage/app/globals.css +++ b/AppImage/app/globals.css @@ -89,7 +89,15 @@ /* ===== Base (v3): ya sin @theme inline ni @custom-variant ===== */ @layer base { * { - @apply border-border outline-ring/50; + @apply border-border; + } + + /* Foco accesible y sutil en elementos interactivos */ + :is(button,[role="button"],a,input,select,textarea,[tabindex]:not([tabindex="-1"])):focus { + @apply outline-none; + } + :is(button,[role="button"],a,input,select,textarea,[tabindex]:not([tabindex="-1"])):focus-visible { + @apply ring-2 ring-ring/50; } body { @apply bg-background text-foreground;