Skip to content

Commit 38bd81d

Browse files
committed
fix external-link transition styles
1 parent bd64e8e commit 38bd81d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

assets/css/components/_external-link.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
gap: var(--spacing-sm);
2424
position: relative;
2525
overflow: hidden;
26+
transition:
27+
transform 0.3s ease,
28+
box-shadow 0.3s ease,
29+
color 0.3s ease;
2630

2731
&.animated {
28-
transition:
29-
transform 0.3s ease,
30-
box-shadow 0.3s ease,
31-
color 0.3s ease;
3232
animation: slideInFromLeft 0.5s 0.4s var(--transition-timing) both;
3333
}
3434

0 commit comments

Comments
 (0)