docs: remove historic framing, state what JobqGraph is now

This commit is contained in:
iris 2026-08-16 15:02:57 +02:00 committed by mara
commit ecf01f5e87
3 changed files with 14 additions and 18 deletions

View file

@ -1,12 +1,11 @@
/* jobq-graph.css styles for the `JobqGraph` Preact component
(`./JobqGraph.js`). Light-DOM adaptation of the former shadow-scoped
`<hive-jobq-graph>` stylesheet `:host` became `.jg-root`, everything
else unchanged. `@import` this from a page-level CSS file (dashboard)
or a component-level one (swarm-ui), matching how every other
(`./JobqGraph.js`), rendered into light DOM under `.jg-root`.
`@import` this from a page-level CSS file (dashboard) or a
component-level one (swarm-ui), matching how every other
`@hive/shared` stylesheet is consumed see JobqGraph.js's top comment
for why this file is never imported from JS. Theme custom properties
(--fg, --red, ...) are plain inherited custom properties here, same as
any other light-DOM rule no shadow boundary to pierce anymore. */
any other light-DOM rule. */
.jg-root {
display: block;