We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250103c commit 6abdcd6Copy full SHA for 6abdcd6
web_src/css/modules/animations.css
@@ -117,6 +117,8 @@ code.language-math.is-loading::after {
117
animation-timing-function: ease-in-out;
118
}
119
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. */
122
.circular-spin {
123
animation: circular-spin-keyframes 1s linear infinite;
124
0 commit comments