Help with Polymer 1.0:
I've encountered an issue where setting a paper-input element to 'disabled' results in very light gray text and underline, making it hard to read. I've been trying to use CSS to change the text color but haven't had success so far. Here is my attempt:
--paper-input-container-input-disabled {
color: black;
}
<paper-input label="Email" disabled></paper-input>
Unfortunately, this code doesn't change the text color, only the background color according to the same mixin.