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

I talked to @nt1m about colors for disabled and here is an option:
```css
select:disabled {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
```

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


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

Received on Wednesday, 13 November 2024 22:27:19 UTC