From f799a8575e10a5b864c09615f5655237c5378252 Mon Sep 17 00:00:00 2001 From: etiennecollin Date: Sun, 7 Sep 2025 02:41:28 -0400 Subject: [PATCH] chore: cleanup of tailwind utilities --- frontend/src/app/globals.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/frontend/src/app/globals.css b/frontend/src/app/globals.css index c47a239..8bffb89 100644 --- a/frontend/src/app/globals.css +++ b/frontend/src/app/globals.css @@ -215,11 +215,8 @@ @utility hover-lift { @apply hover:-translate-y-1 hover:shadow-elevation hover:dark:shadow-elevation-dark; } -@utility hover-subtle { - @apply bg-interactive-hover; -} @utility hover-scale { - @apply hover:scale-105; + @apply hover:scale-105 disabled:hover:scale-100; } /* Slide Animations */