Sync TDS v1.2 additions: scanlines, cursor, radar, display-field, VT323

- Sync base.css + base.js from web_template (adds lt-scanlines,
  lt-cursor, lt-radar, lt-display-field, --font-crt/VT323 token)
- Add VT323 to Google Fonts link in layout_header.php
- Add lt-scanlines to <body> — CRT scanline overlay, light-mode suppressed
- Replace custom .editable-metadata:disabled CSS override in ticket.css
  with the canonical .lt-display-field class from base.css
- Switch Priority/Category/Type/Visibility selects and visibility-group
  checkboxes in TicketView.php from disabled attribute to lt-display-field
- Update toggleEditMode() in ticket.js to add/remove lt-display-field
  instead of toggling the disabled attribute

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-01 16:55:12 -04:00
parent 55c6fc81db
commit cfdc9e0f37
6 changed files with 118 additions and 157 deletions
+2 -10
View File
@@ -289,13 +289,5 @@ kbd {
}
.ticket-description-view p:last-child { margin-bottom: 0; }
/* ── Disabled metadata selects (read mode) ───────────────────── */
/* base.css sets opacity:0.45 on :disabled — override for read- */
/* only display fields so they remain legible on dark/OLED screens */
.editable-metadata:disabled,
.editable-metadata[disabled] {
opacity: 1;
color: var(--text-secondary, #7fa3bf);
cursor: default;
pointer-events: none;
}
/* Metadata selects use .lt-display-field (base.css) in read mode
instead of disabled — full opacity, non-interactive, no fading. */