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
The styling examples for paper-input as shown don't select into the shadow DOM of the paper-input custom elements.
E.g. this:
html /deep/ paper-input .focused-underline
should be this:
html /deep/ paper-input::shadow .focused-underline
At least that's what my experiements are telling me. Using the selectors in the docs does not impact the style of the element at all.
The text was updated successfully, but these errors were encountered:
Please file paper-input issues in paper-input repo here: https://github.com/Polymer/paper-input/issues
paper-input
Sorry, something went wrong.
Ok, I've filed several issues today, will move them all.
Thanks
On Wed, Nov 5, 2014 at 3:37 PM, Frankie Fu notifications@github.com wrote:
Please file paper-input issues in paper-input repo here: https://github.com/Polymer/paper-input/issues — Reply to this email directly or view it on GitHub #884 (comment).
— Reply to this email directly or view it on GitHub #884 (comment).
Reposted in Polymer/paper-input
No branches or pull requests
The styling examples for paper-input as shown don't select into the shadow DOM of the paper-input custom elements.
E.g. this:
html /deep/ paper-input .focused-underline
should be this:
html /deep/ paper-input::shadow .focused-underline
At least that's what my experiements are telling me. Using the selectors in the docs does not impact the style of the element at all.
The text was updated successfully, but these errors were encountered: