googlearchive / paper-menu-button

An icon button that opens a drop-down menu for use in toolbars, etc.
9 stars 10 forks source link

paper-menu-button theming ripple doesn't seem to work #53

Open kenmoore opened 9 years ago

kenmoore commented 9 years ago

Per the instructions in the documentation, I'm using this CSS to try to style the ripple of a paper-menu-button, but not getting any results:

  paper-menu-button::shadow .paper-menu-button-overlay-ink {
    background: blue;
  }

Also there's a typo in the docs: only a single colon before the shadow pseudo-element, should be two.

morethanreal commented 9 years ago

Are you using master of paper-menu-button or 0.4.2? The element API changed in master, and there's a new way to style the element. See the doc for paper-dropdown.