Re: [csswg-drafts] [css-forms-1] different border-radius on select vs picker looks janky (#13520)

@lukewarlow 
> I'm not sure rounding both of these borders actually looks materially better in this case.

I agree, but maybe adding a slight gap [helps](https://codepen.io/Steve-Orvell/pen/xbEVxap?editors=0100)?

```css
::picker(select) {
    border-radius: inherit;
    margin-block: 2px;
  }
```

-- 
GitHub Notification of comment by sorvell
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13520#issuecomment-4005338868 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 5 March 2026 14:11:47 UTC