2018-04-03 14:16:57 +00:00
|
|
|
{{#tool-tip renderInPlace=true as |d|}}
|
2018-04-05 21:08:18 +00:00
|
|
|
{{#d.trigger tagName="button" type="button" class=(concat "tool-tip-trigger button") data-test-tool-tip-trigger=true}}
|
2018-04-03 14:16:57 +00:00
|
|
|
{{i-con
|
|
|
|
glyph="information-reversed"
|
|
|
|
class="auto-width"
|
|
|
|
size=16
|
|
|
|
aria-label="help"
|
|
|
|
excludeIconClass=true
|
|
|
|
}}
|
|
|
|
{{/d.trigger}}
|
|
|
|
{{#d.content class="tool-tip"}}
|
|
|
|
<div class="box">
|
|
|
|
{{yield}}
|
|
|
|
</div>
|
|
|
|
{{/d.content}}
|
|
|
|
{{/tool-tip}}
|