Suppose I have a site that uses many instances of paper-input and paper-dropdown-menu in various custom elements. I want to change the styling of all the paper-input instances in the site. I can do that by setting CSS variables in a :root rule.
paper-dropdown-menu uses paper-input and I do not want the same CSS variable values to apply to those. I can't find a way to use different variable values for paper-inputs that are inside paper-dropdown-menus. Creating a custom element that extends paper-dropdown-menu isn't an option because that would only fix my usages of paper-dropdown-menu, not those that might be in third-party custom elements. Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/78423b37-8873-48fd-a9fa-277f39b3364e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
