We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the paper-input element, it isn't possible to change the color of the placeholder independently from the label's color via the CSS variables.
paper-input
I am trying to create a paper-input element where the color of the label is white while the placeholder is the default #757575.
Placeholder color is #757575 Label color is white
Placeholder color is white Input color is white
https://glitch.com/edit/#!/opposite-chopper
paper-input { --paper-input-container-color: white; }
Affects all browsers that can do CSS Variables I suppose
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
In the
paper-input
element, it isn't possible to change the color of the placeholder independently from the label's color via the CSS variables.I am trying to create a
paper-input
element where the color of the label is white while the placeholder is the default #757575.Expected outcome
Placeholder color is #757575
Label color is white
Actual outcome
Placeholder color is white
Input color is white
Live Demo
https://glitch.com/edit/#!/opposite-chopper
Steps to reproduce
paper-input
element in the pageBrowsers Affected
Affects all browsers that can do CSS Variables I suppose
The text was updated successfully, but these errors were encountered: