daedalOS
daedalOS copied to clipboard
Peak preview has blue circles on Webamp sliders
This has something to do with html-to-image
's lack of ability to clone the background-image
pseudo selector css on the range input handle/thumb.
These slider thumbs are pseudo elements and there seems to be no reasonable way to make this work. I am going to close this until I can think of a way as it seems impossible tbh.
I've half fixed this by adding -webkit-slider-thumb
to the clonePseudoElements
entries for html-to-image. It doesn't show the sliders but at least they aren't blue circles now. I'll figure out why the prog bars don't show later.