diff options
| 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 |
| commit | c3f1418dd3c4d821560402c28e37f3cde21b86f0 (patch) | |
| tree | a6606ae8ce6aced21332a9185eb1eb259292eecf /src/static/css/tooltips.css | |
| parent | aa8a28f7981955f75c8c5e75f6c67579de2ca712 (diff) | |
css: fix surprise text-decoration-color override
Diffstat (limited to 'src/static/css/tooltips.css')
| -rw-r--r-- | src/static/css/tooltips.css | 2 |
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; } |