I am trying to style a custom component where I'm using the 
paper-dropdown-menu with and external css file.

Since the padding that is used by paper-dropdown-menu is set as:

:host {

....

  user-select: none;
  cursor: pointer;
  padding: 0.75em 0;
}

how to change it via CSS?

I've tried 

paper-dropdown-menu::shadow {
     padding: 0;
}

but it doesn't work.

thanks for your help.

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/df689d33-f1ad-4ae2-9f04-71b0ec200d72%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to