From 61c310f3ca9438f575e441cc0f2e0f0017fde654 Mon Sep 17 00:00:00 2001 From: chihlasm Date: Sun, 15 Feb 2026 19:50:04 -0500 Subject: [PATCH] chore: remove workspace dropdown animation (dead code) Co-Authored-By: Claude Opus 4.6 --- frontend/src/index.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index bc7103ad..588541a8 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -111,13 +111,6 @@ from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } } - -/* Workspace switch dropdown */ -@keyframes dropIn { - from { opacity: 0; transform: translateY(-4px); } - to { opacity: 1; transform: translateY(0); } -} - /* Animations */ @keyframes fade-in { from { opacity: 0; }