By default, polymer's paper-slider component makes its slider hollow and whited out when the slider's value is 0.
<paper-slider value="0"></paper-slider>
How do I disable that behavior? I want the selector to look the same regardless of the slider's value. I tried perusing the attribute values in paper-slider's documentation, but found nothing relevant.
Oh, it seems like varying --paper-slider-knob-start-color
does the trick.