« get me outta code hell

client, css: transition tooltips hidden - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/site6.css
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-11-26 19:06:34 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-11-26 19:57:02 -0400
commitea3c4655c3023dee609865a0928ce52303a8e363 (patch)
treec52665ae09c21f07b8c3c12f18b67ff5595d3fb4 /src/static/site6.css
parent15bc6d580ec2b3a754ff3dc17e9eb24bc90e052a (diff)
client, css: transition tooltips hidden
Diffstat (limited to 'src/static/site6.css')
-rw-r--r--src/static/site6.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/static/site6.css b/src/static/site6.css
index 830e32f2..b06417db 100644
--- a/src/static/site6.css
+++ b/src/static/site6.css
@@ -504,6 +504,14 @@ a:not([href]):hover {
   display: none;
 }
 
+.icons-tooltip:not(.visible).transition-tooltip-hidden {
+  display: block !important;
+  opacity: 0;
+
+  transition-property: opacity;
+  transition-timing-function: linear;
+}
+
 .icons-tooltip-content {
   display: block;
   padding: 6px 2px 2px 2px;