Re: [csswg-drafts] [css-ui] Pseudo-element for select's UA button (#10717)

```
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