fix: exam history button hover animation
Signed-off-by: Abhinav Sinha <[email protected]>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user