- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Tue, 13 Aug 2024 23:05:15 +0000
- To: public-css-archive@w3.org
```
select {
display: contents !important;
}
#fallback-button {
all: inherit;
display: inline-block;
}
```
This seems a bit weird, why not just
```
fallback-button, select > button {
display: contents;
}
```
?
--
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10717#issuecomment-2287357532 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 13 August 2024 23:05:16 UTC