diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-02-06 21:51:38 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-02-10 13:31:06 -0400 |
commit | 277825b9b388bfe70a2a90e88c46e71033c6ca07 (patch) | |
tree | 55b98dcd4bcba7c3272aa49739f78f7530d0f686 /src/static | |
parent | bbfb1f3539c3cf7cdc06aae7c9c408c1d2da5054 (diff) |
content, css: tweak missing duration presentation
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site6.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index 05c24d61..bd688564 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -531,6 +531,10 @@ a:not([href]):hover { opacity: 1; } +.text-with-tooltip.missing-duration .text-with-tooltip-interaction-cue { + text-decoration: none !important; +} + .tooltip { position: absolute; z-index: 3; |