In CSS forms 1 only the file selector button of the file input has a pseudo element defined. It's quite commonly desired to control the file names label/description text too. We should define a pseudo element to access that.
The button is represented by ::file-selector-button we should have something for the file description next to it.

In CSS forms 1 only the file selector button of the file input has a pseudo element defined. It's quite commonly desired to control the file names label/description text too. We should define a pseudo element to access that.
The button is represented by
::file-selector-buttonwe should have something for the file description next to it.