« get me outta code hell

content: generateAlbimSidebarTrackSection: handle commentary-less tracks - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-10-23 13:49:20 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-10-23 13:49:20 -0300
commit22b1823dd82bf4fd2063d121c743d02e452fe7f3 (patch)
treec724e84bb4dac1904cdcf118296642cd8ced76a4 /src/static
parent63075c650bf990407e9eefe3e9f135b2425a2ded (diff)
content: generateAlbimSidebarTrackSection: handle commentary-less tracks
Diffstat (limited to 'src/static')
-rw-r--r--src/static/site5.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/site5.css b/src/static/site5.css
index d50d4623..0eb7dcda 100644
--- a/src/static/site5.css
+++ b/src/static/site5.css
@@ -794,6 +794,10 @@ li > ul {
   display: none;
 }
 
+html[data-url-key="localized.albumCommentary"] li.no-commentary {
+  opacity: 0.7;
+}
+
 /* Images */
 
 .image-container {