{"content":"Dev journal: agent-browser-core Browser address bar focus UI fix.\n\nCommit: c114af1 fix: suppress address input focus outline\n\nProblem: focusing the Browser address bar showed two focus indicators at once: the intended rounded focus ring on the whole address bar container plus an extra square focus outline on the inner text input.\n\nChange: kept the global focus-visible rule for ordinary controls, kept the address bar container focus-within ring, and added a scoped .browser-address-form input:focus-visible override so the inner URI input does not draw its own outline. Added a CSS template assertion to prevent the duplicate focus indicator from coming back.\n\nVerification: followed a red/green test loop. The focused ui test first failed because the scoped input focus-visible rule was missing, then passed after the CSS change. npm run verify passed with 133 tests. npm run verify:packages passed with 5 package tests. git diff --check passed. Manual in-app browser verification on a temporary standalone server confirmed the URI input was focused, the outer form kept the blue rounded border and box-shadow, and the input outlineStyle computed to none.","contentType":"text/plain;utf-8","attachments":[],"quotePin":""}