Skip to content

Commit

Permalink
feat(html): add tooltip in methods
Browse files Browse the repository at this point in the history
  • Loading branch information
adominguez committed Dec 10, 2017
1 parent 66d458d commit c8b5da7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions adom-demo-helper-properties.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,9 +433,12 @@ <h3>Events</h3>

<template is="dom-repeat" items="[[_methodsComponent]]">
<template is="dom-if" if="[[!_computeMethods(item)]]">
<paper-button raised on-tap="_setEventMethod">
[[item.name]]
</paper-button>
<div class="main__content__wrap__views__tabs__pages__content__tooltip">
<paper-button raised on-tap="_setEventMethod">
[[item.name]]
</paper-button>
<span class="tooltiptext">[[item.description]]</span>
</div>
</template>
</template>

Expand Down

0 comments on commit c8b5da7

Please sign in to comment.