aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/css/modules/animations.css
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/css/modules/animations.css')
-rw-r--r--web_src/css/modules/animations.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/web_src/css/modules/animations.css b/web_src/css/modules/animations.css
index 173ca73314..8edf31ddbd 100644
--- a/web_src/css/modules/animations.css
+++ b/web_src/css/modules/animations.css
@@ -117,6 +117,8 @@ code.language-math.is-loading::after {
animation-timing-function: ease-in-out;
}
+/* FIXME: `octicon-sync` is counterclockwise, so this animation is also counterclockwise, it looks somewhat strange.
+Ideally in the future we should use a better image for clockwise animation. */
.circular-spin {
animation: circular-spin-keyframes 1s linear infinite;
}