diff options
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; |