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.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/web_src/css/modules/animations.css b/web_src/css/modules/animations.css
index 173ca73314..deaaf83680 100644
--- a/web_src/css/modules/animations.css
+++ b/web_src/css/modules/animations.css
@@ -52,8 +52,7 @@ form.single-button-form.is-loading .button {
}
.markup pre.is-loading,
-.editor-loading.is-loading,
-.pdf-content.is-loading {
+.editor-loading.is-loading {
height: var(--height-loading);
}
@@ -117,6 +116,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;
}