« get me outta code hell

css: fix surprise text-decoration-color override - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-03-19 13:23:30 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-03-19 13:25:10 -0300
commitc3f1418dd3c4d821560402c28e37f3cde21b86f0 (patch)
treea6606ae8ce6aced21332a9185eb1eb259292eecf
parentaa8a28f7981955f75c8c5e75f6c67579de2ca712 (diff)
css: fix surprise text-decoration-color override
-rw-r--r--src/static/css/tooltips.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/css/tooltips.css b/src/static/css/tooltips.css
index b6859ab6..f4f9416e 100644
--- a/src/static/css/tooltips.css
+++ b/src/static/css/tooltips.css
@@ -76,7 +76,7 @@
   }
 
   .text-with-tooltip .text-with-tooltip-interaction-cue {
-    text-decoration: underline;
+    text-decoration-line: underline;
     text-decoration-style: dotted;
   }