mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 05:01:08 +01:00
feat: style effect hbs tooltip
This commit is contained in:
parent
82727cffe7
commit
727f6ccade
1 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
<div class="daggerheart dh-style tooltip card-style">
|
<div class="daggerheart dh-style tooltip card-style">
|
||||||
<h2 class="tooltip-title">{{item.name}}</h2>
|
|
||||||
<img class="tooltip-image" src="{{item.img}}" />
|
<img class="tooltip-image" src="{{item.img}}" />
|
||||||
<div class="tooltip-description">{{{description}}}</div>
|
<h2 class="tooltip-title">{{item.name}}</h2>
|
||||||
|
{{#if description}}
|
||||||
|
<div class="tooltip-description">{{{description}}}</div>
|
||||||
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue