Re: [csswg-drafts] [css-forms-1] Add `::file-selector-button` to selectors for buttons (#11876)

Alternatively I guess we can get this behaviour by removing all references to this pseudo except for a single rule. That way it will automatically get all of these styles because it's a button?

```css
::file-selector-button {
   appearance: base;
}
```

-- 
GitHub Notification of comment by lukewarlow
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/11876#issuecomment-2708870240 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 9 March 2025 13:58:37 UTC