fix(post-form): restore native board selector appearance

Exclude the board dropdown from post-form field chrome so it keeps the
browser default select styling, matching flag selector behavior.
This commit is contained in:
Tommaso Casaburi
2026-06-02 14:58:32 +07:00
parent ea7883b107
commit a7cd3ac87f
3 changed files with 13 additions and 3 deletions
@@ -565,6 +565,7 @@ describe('PostForm', () => {
expect(linkInput?.getAttribute('placeholder')).toBe('https://website.com/image.jpg');
expect(textarea).toBeTruthy();
expect(select).toBeTruthy();
expect(select?.className).toContain('boardSelector');
await dispatchInput(linkInput as HTMLInputElement, 'not-a-url');
await clickByText(table as HTMLTableElement, 'post');