aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-10 00:12:52 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-10 00:12:52 +0100
commit03331033ea7105f4f7adbae639c22efa98fa8017 (patch)
tree94c84c64fceb05f7cbf2c414a57af05d7bf2bc29 /static/style.scss
parentPropagate recurring events to frontend. (diff)
downloadcalp-03331033ea7105f4f7adbae639c22efa98fa8017.tar.gz
calp-03331033ea7105f4f7adbae639c22efa98fa8017.tar.xz
Better handling of popup visibility.
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.scss b/static/style.scss
index a76a76c2..847ffb16 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -778,7 +778,7 @@ popup-element {
box-shadow: gray 10px 10px 10px;
- &.visible {
+ &[visible] {
display: block;
}