« get me outta code hell

css, client: adapt <summary> to support hoverable/tooltip - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/js/client/index.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-05-23 11:02:41 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-05-23 11:02:41 -0300
commitc6010933dc481e95e3ab1768613f767eda3ba1e3 (patch)
treea3e6c990f11be28e5d79c220d1e9cf77690c9ba8 /src/static/js/client/index.js
parent347b0063794a74712123d02a71f700bdcf345b6b (diff)
css, client: adapt <summary> to support hoverable/tooltip
This is the first commit where we're using :has() and nested rules.
Both of those are considered baseline December 2023, and we figure
that will be at least *about* three years ago once this update is
released.
Diffstat (limited to 'src/static/js/client/index.js')
-rw-r--r--src/static/js/client/index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/static/js/client/index.js b/src/static/js/client/index.js
index 9296dff1..6862b4ad 100644
--- a/src/static/js/client/index.js
+++ b/src/static/js/client/index.js
@@ -22,7 +22,6 @@ import * as revealAllGridControlModule from './reveal-all-grid-control.js';
 import * as scriptedLinkModule from './scripted-link.js';
 import * as sidebarSearchModule from './sidebar-search.js';
 import * as stickyHeadingModule from './sticky-heading.js';
-import * as summaryNestedLinkModule from './summary-nested-link.js';
 import * as textWithTooltipModule from './text-with-tooltip.js';
 import * as wikiSearchModule from './wiki-search.js';
 
@@ -49,7 +48,6 @@ export const modules = [
   scriptedLinkModule,
   sidebarSearchModule,
   stickyHeadingModule,
-  summaryNestedLinkModule,
   textWithTooltipModule,
   wikiSearchModule,
 ];