aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-11-15 00:47:37 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-11-15 00:47:37 +0100
commitb0170d8cbb14a05d791ae5560c6e15da3fabfd7a (patch)
treeb5a869663352d0abcd07a397239b97da92a49323 /static/style.scss
parentRework some drawing and how calendar is accessed. (diff)
downloadcalp-b0170d8cbb14a05d791ae5560c6e15da3fabfd7a.tar.gz
calp-b0170d8cbb14a05d791ae5560c6e15da3fabfd7a.tar.xz
cleanup
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/style.scss b/static/style.scss
index 4c645ff7..9833a77a 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -568,6 +568,8 @@ vevent-block, .event {
&.generated {
opacity: 40%;
+ /* TODO only disable transitions for top/botom, and only
+ * when dragging (not when updating through other means) */
transition: none;
}