Dear web designers and developers who write CSS,

Is there anything you wish you could do to style a `<button>` or `<input type=button>` that you cannot easily do today in CSS???

@jensimmons I wish I could style the <button> INSIDE of an <input type=file> the same why I style all my other <button>s.

@westbrook @jensimmons

Yea the ::file-selector-button pseudo element feels so awkward

@konnorrogers @westbrook @jensimmons It was interesting to see `::file-selector-button` as the only existing "part-like pseudo-element" (essentially "real" elements in every way except being a "real" element) besides `::before` and `::after`. It points to it being
an outlier for sure.

(`::details-content` coming soon as well as a part-like pseudo element)

https://drafts.csswg.org/css-pseudo-4/#part-like-pseudo-elements

CSS Pseudo-Elements Module Level 4