Files
Bonchellon b40358e0f5 Fix giant Select-All checkbox (class collision) + disable UI text selection
- Select-All checkbox rendered huge when not-all-selected because its empty-state
  modifier class 'empty' collided with the .empty full-panel placeholder rule
  (flex:1; padding:30px). Renamed the modifier to 'off'.
- Disable text selection on UI chrome (native-app feel); keep it enabled for
  inputs, the code editor/viewer, terminal output, log, blame/diff, AI summary.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-08 11:01:55 +03:00
..