« get me outta code hell

css: default cursor on normal content tooltip hoverables - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/css
diff options
context:
space:
mode:
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
commit72d9bf3ca4beaee26a59e5c68023d20ec1513f65 (patch)
tree8ca24fdf48bc48f12c763b323bf33ca9392457ef /src/static/css
parentdd49f030de72dfeb792007d87f0cd38a38ab3dca (diff)
css: default cursor on normal content tooltip hoverables
Diffstat (limited to 'src/static/css')
-rw-r--r--src/static/css/site.css4
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);
 }