Skip to content

Commit

Permalink
Merge pull request #1 from JaySunSyn/master
Browse files Browse the repository at this point in the history
Added CSS vars for dropdown-trigger icon
  • Loading branch information
MacTheZazou authored Mar 3, 2017
2 parents 53da071 + 113997b commit a422807
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions paper-share-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@
height: var(--paper-share-button-icon-height, 40px);
width: var(--paper-share-button-icon-width, 40px);
}
.dropdown-trigger {
height: var(--paper-share-button-share-icon-height, 40px);
width: var(--paper-share-button-share-icon-width, 40px);
}
</style>
<paper-menu-button id="shareMenu">
<paper-icon-button icon="custom:share" class="dropdown-trigger"></paper-icon-button>
Expand Down

0 comments on commit a422807

Please sign in to comment.