From 3e77495f4b4cd20a23573306c459bec925b8ce53 Mon Sep 17 00:00:00 2001 From: Abhinav Sinha Date: Tue, 16 Jun 2026 16:35:36 +0530 Subject: [PATCH] fix: exam history button hover animation Signed-off-by: Abhinav Sinha --- frontend/src/components/Header.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/Header.module.css b/frontend/src/components/Header.module.css index 9c7384b..6b7366c 100644 --- a/frontend/src/components/Header.module.css +++ b/frontend/src/components/Header.module.css @@ -261,7 +261,7 @@ justify-content: center; font-size: 16px; cursor: pointer; - transition: background 0.15s, border-color 0.15s, color 0.15s; + transition: background 0.15s, border-color 0.15s, color 0.15s, transform 0.2s; color: var(--text-2); line-height: 1; } @@ -269,6 +269,7 @@ background: var(--surface2); border-color: var(--border2); color: var(--text); + transform: rotate(12deg); } .clusterBadge {