diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-09-21 11:36:49 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-09-21 11:36:49 -0300 |
commit | 72d9bf3ca4beaee26a59e5c68023d20ec1513f65 (patch) | |
tree | 8ca24fdf48bc48f12c763b323bf33ca9392457ef | |
parent | dd49f030de72dfeb792007d87f0cd38a38ab3dca (diff) |
css: default cursor on normal content tooltip hoverables
-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); } |