aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-12 20:36:43 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-12 20:36:43 +0100
commit2e4b349b723531a3a2a42db11527ee3fc90b4b59 (patch)
tree65454ad9329bd3f22b152dca0fb755296cecc003 /static/style.scss
parentFix recurring events not being rendered in side list (diff)
downloadcalp-2e4b349b723531a3a2a42db11527ee3fc90b4b59.tar.gz
calp-2e4b349b723531a3a2a42db11527ee3fc90b4b59.tar.xz
Correctly show recur indicator.
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.scss b/static/style.scss
index 48de9bcc..efe8291d 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -101,6 +101,10 @@ html, body {
text-decoration: none;
}
+.hidden {
+ display: none;
+}
+
/* Change View
----------------------------------------