shared/terminal.css: drop stale hive-fr0nt ref; point at docs (#714)
This commit is contained in:
parent
68c6a5ae19
commit
33683f2de2
1 changed files with 8 additions and 6 deletions
|
|
@ -6,13 +6,15 @@
|
|||
colour; pages that don't emit a given kind simply never produce that
|
||||
class — the unused rule sits in the bundle harmlessly.
|
||||
|
||||
`.terminal-wrap` provides the crust-on-black phosphor chrome that makes
|
||||
the agent page feel like a terminal. Pages can opt in by wrapping a
|
||||
block in this class; or skip it and the rows still render with their
|
||||
class colours, just without the frame.
|
||||
`.terminal-wrap` provides the crust-on-black phosphor chrome that
|
||||
makes the agent page feel like a terminal. Pages can opt in by
|
||||
wrapping a block in this class; or skip it and the rows still render
|
||||
with their class colours, just without the frame.
|
||||
|
||||
No `.term-input` here — composers are a separate concern (see
|
||||
hive-fr0nt::COMPOSER_CSS / COMPOSER_JS once introduced). */
|
||||
No `.term-input` here — composers are a separate concern, owned by
|
||||
each page's own CSS. Row taxonomy + layout contract documented in
|
||||
`docs/web-ui.md::Shared terminal pane` and
|
||||
`docs/terminal-rendering.md`. */
|
||||
|
||||
.terminal-wrap {
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Reference in a new issue