fix: exam history button hover animation

Signed-off-by: Abhinav Sinha <[email protected]>
This commit is contained in:
Abhinav Sinha
2026-06-16 16:35:36 +05:30
parent 4acdb0df40
commit 3e77495f4b
+2 -1
View File
@@ -261,7 +261,7 @@
justify-content: center; justify-content: center;
font-size: 16px; font-size: 16px;
cursor: pointer; 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); color: var(--text-2);
line-height: 1; line-height: 1;
} }
@@ -269,6 +269,7 @@
background: var(--surface2); background: var(--surface2);
border-color: var(--border2); border-color: var(--border2);
color: var(--text); color: var(--text);
transform: rotate(12deg);
} }
.clusterBadge { .clusterBadge {