diff options
Diffstat (limited to 'src/static/css')
-rw-r--r-- | src/static/css/site.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index ca1ab034..ef9ea50a 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1497,6 +1497,10 @@ li:not(:first-child:last-child) .tooltip:where(:not(.cover-artwork .tooltip)), display: inline-block; } +.content-tooltip-guy:not(.has-link) { + cursor: default; +} + .content-tooltip-guy.has-link .text-with-tooltip-interaction-cue { text-decoration-color: var(--primary-color); } |