84925d4406
The string-criterion filter input (e.g. Playevent Note) had transition-all, so on focus its border-color animated from the near-white default to the focus blue — a visible white "blink". It also lacked an explicit border width and focus:border-brand/ring-brand, so its focus came from the forms-plugin default. Drop transition-all (the other inputs snap to focus), add border + focus:border-brand focus:ring-brand, and use rounded-base — so it focuses instantly to the same brand border as every other input. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>