Skip to content

Commit 6abdcd6

Browse files
committed
add css todo
1 parent 250103c commit 6abdcd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web_src/css/modules/animations.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ code.language-math.is-loading::after {
117117
animation-timing-function: ease-in-out;
118118
}
119119

120+
/* FIXME: `octicon-sync` is counterclockwise, so this animation is also counterclockwise, it looks somewhat strange.
121+
Ideally in the future we should use a better image for clockwise animation. */
120122
.circular-spin {
121123
animation: circular-spin-keyframes 1s linear infinite;
122124
}

0 commit comments

Comments
 (0)