- From: Emilio Cobos Álvarez via GitHub <sysbot+gh@w3.org>
- Date: Thu, 07 Nov 2024 16:06:54 +0000
- To: public-css-archive@w3.org
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