Since updating firefox we now have small (x) buttons appearing in the input as part of firefox's UI controls.
Is there any way I can hide/remove these buttons using css?
You can see this on the firefox input date webpage on mozilla here: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date
or view image here
clip-path is a crude approach you can use that works:
https://jsfiddle.net/21zwe8yu/