diff options
Diffstat (limited to 'src/static/css')
-rw-r--r-- | src/static/css/site.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index ef9ea50a..23d9eb32 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1497,7 +1497,7 @@ li:not(:first-child:last-child) .tooltip:where(:not(.cover-artwork .tooltip)), display: inline-block; } -.content-tooltip-guy:not(.has-link) { +.content-tooltip-guy:not(.has-link) .hoverable { cursor: default; } |