aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-01-12 23:59:58 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-01-12 23:59:58 +0100
commite9cb7f4bc6e41fcfe248778ad645574ad27066f3 (patch)
treee213ed918c96385c9e9d5923eb1474f998a6d498
parentAdd convert entry-point. (diff)
downloadcalp-e9cb7f4bc6e41fcfe248778ad645574ad27066f3.tar.gz
calp-e9cb7f4bc6e41fcfe248778ad645574ad27066f3.tar.xz
Add animations to popup tab labels.
-rw-r--r--static/style.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/static/style.scss b/static/style.scss
index 4cd6b410..b81e8c01 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -815,8 +815,14 @@ along with their colors.
max-height: 5ex;
min-height: 5ex;
+
min-width: 5ex;
- max-width: 5ex;
+ width: 5ex;
+
+ transition: width 0.1s ease-in-out;
+ &:hover {
+ width: 10ex;
+ }
border: 1px solid #ccc;
border-radius: 0 5px 5px 0;