Closed avdaredevil closed 8 years ago
Change these lines to:
#input { background: inherit; }
OR Even:
#input[disabled] { background: var(--background-color, white); }
Currently I have to hack this behavior by setting non polymeric style to peirce this component and then set it.
Let me know if I am fundamentally missing something about the usage of this component? Thanks!
Makes sense, @avdaredevil . Feel free to provide a PR, and I will merge it in.
Ok will do! Soon enough...
@ronnyroeller take a look at #10. Let me know if you have any feedback!
Change these lines to:
OR Even:
Currently I have to hack this behavior by setting non polymeric style to peirce this component and then set it.
Let me know if I am fundamentally missing something about the usage of this component? Thanks!