fix(vdb-menu): add focus cue to the Ignore-tab editor
Last open item in docs/vdb-menu-plan.md. The editor's border was removed for a clean look, leaving no focus signal in INSERT mode. Adds TextArea:focus { border-left: thick $accent !important; } — a left bar, not a full box. Asserted in tests/tui/test_ignore_live.py. Suite green.