Re: [csswg-drafts] [css-forms-1] UA styles for base appearance listbox select elements (#12510)

Thanks Luke! Here is the latest set of proposed UA styles with the border put back in:
```css
select {
  overflow-inline: auto;
  overflow-block: auto;
  display: inline-block;
  border: 1px solid currentColor;
  box-sizing: border-box;
  /* Use decision from here for field-sizing when that happens:
   * https://github.com/w3c/csswg-drafts/issues/11838 */ 
}
```

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


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

Received on Thursday, 4 September 2025 15:58:58 UTC