9c25f02ddb
The SearchSelect wrapper had no border and no focus styling, so it looked unlike a native input (which has border-default-medium → border-brand on focus). Add border-default-medium + focus-within:border-brand/ring to the shared container class — focus-within because the focusable element is the inner search box. This also makes filter-bar comboboxes consistent with the other filter inputs, which already have borders. e2e asserts the wrapper border matches a native input's at rest and turns brand on focus. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>