- From: Joey Arhar via GitHub <sysbot+gh@w3.org>
- Date: Wed, 13 Nov 2024 22:33:16 +0000
- To: public-css-archive@w3.org
We also need colors for options. Similar to buttons, we could have these rules:
```css
select option:enabled:hover {
background-color: color-mix(in lab, currentColor 20%, transparent);
}
select option:enabled:active {
background-color: color-mix(in lab, currentColor 30%, transparent);
}
select option:disabled {
color: color-mix(in lab, 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-2474958350 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:33:17 UTC