Re: [csswg-drafts] [css-ui] Colors to use for appearance:base `<select>` (#10909)

I'd prefer something like:

```css
select {
  border: 1px solid ButtonBorder;
  background-color: Button;
  color: ButtonText;

  &:enabled:hover {
    background-color: ButtonHover; /* new */
    color: ButtonHoverText; /* new */
  }
  &:enabled:active {
    background-color: ButtonActive; /* new */
    color: ButtonActiveText; /* new */
  }
}
```

Or so, where we define those colors to be something sensible.

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


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

Received on Thursday, 7 November 2024 16:06:55 UTC