- From: Joey Arhar via GitHub <sysbot+gh@w3.org>
- Date: Mon, 15 Jul 2024 20:19:37 +0000
- To: public-css-archive@w3.org
As per this discussion: https://github.com/w3c/csswg-drafts/issues/10380#issuecomment-2229326555
I am trying to completely replace the `select::select-button-icon` pseudo-element with a UA style rule that looks like this:
```css
select:open::select-fallback-button::after {
content: counter(foo, disclosure-open);
}
select:not(:open)::select-fallback-button::after {
content: counter(foo, disclosure-closed);
}
```
--
GitHub Notification of comment by josepharhar
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10462#issuecomment-2229328726 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 15 July 2024 20:19:38 UTC