- From: Joey Arhar via GitHub <sysbot+gh@w3.org>
- Date: Wed, 13 Nov 2024 22:27:18 +0000
- To: public-css-archive@w3.org
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