Skip to content

Commit 7964c36

Browse files
committed
[FOLLOWUP] Remove obsolete CSS code for animating icon
1 parent 9891740 commit 7964c36

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

Resources/Public/StyleSheet/ExternalImport.css

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,6 @@ a.next {
4444
border-top-right-radius: 2px;
4545
}
4646

47-
.sync-button svg.active {
48-
animation-name: merrygoround;
49-
animation-duration: 2s;
50-
animation-iteration-count: infinite;
51-
animation-timing-function: linear;
52-
}
53-
@keyframes merrygoround {
54-
0% {
55-
transform: rotate(0deg);
56-
}
57-
100% {
58-
transform: rotate(360deg);
59-
}
60-
}
61-
6247
.external-import-messages {
6348
margin-top: 0.25rem;
6449
}

0 commit comments

Comments
 (0)