We currently have ::file-selector-button defined to rende with button styles, but have essentially no styles for the container input except that its box-sizing is border-box and it inherits font and color.
We need to come up with any other styles we need. We should pay close attention to how disabled styles work because it might end up stacking the colour mixing so the button becomes hard to read.
See also #11928 and #11847
Note: The text is currently not defined but ideally should be and should also be replaceable via CSS (see #12250)
We currently have
::file-selector-buttondefined to rende with button styles, but have essentially no styles for the container input except that its box-sizing is border-box and it inherits font and color.We need to come up with any other styles we need. We should pay close attention to how disabled styles work because it might end up stacking the colour mixing so the button becomes hard to read.
See also #11928 and #11847
Note: The text is currently not defined but ideally should be and should also be replaceable via CSS (see #12250)