mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 21:21:08 +01:00
bugfix: prevent style conflicts between tooltips
This commit is contained in:
parent
1f5d330e06
commit
a486345d47
10 changed files with 16 additions and 15 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<div class="daggerheart dh-style tooltip">
|
||||
<div class="daggerheart dh-style tooltip card-style">
|
||||
<h2 class="tooltip-title">{{localize item.name}}</h2>
|
||||
<img class="tooltip-image" src="{{item.img}}" />
|
||||
<div class="tooltip-description">{{{description}}}</div>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<div class="daggerheart dh-style tooltip armor">
|
||||
<div class="daggerheart dh-style tooltip armor card-style">
|
||||
<img class="tooltip-image" src="{{item.img}}" />
|
||||
<h2 class="tooltip-title">{{item.name}}</h2>
|
||||
<div class="tags">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<div class="daggerheart dh-style tooltip">
|
||||
<div class="daggerheart dh-style tooltip card-style">
|
||||
<h2 class="tooltip-title">{{attack.name}}</h2>
|
||||
<img class="tooltip-image" src="{{attack.img}}" />
|
||||
<div class="tooltip-description">{{{description}}}</div>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<div class="daggerheart dh-style tooltip">
|
||||
<div class="daggerheart dh-style tooltip card-style">
|
||||
<img class="tooltip-image" src="{{item.img}}" />
|
||||
<h2 class="tooltip-title">{{item.name}}</h2>
|
||||
<div class="tags">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<div class="daggerheart dh-style tooltip domain-card">
|
||||
<div class="daggerheart dh-style tooltip domain-card card-style">
|
||||
<div class="item-icons-list">
|
||||
<span class="item-icon">
|
||||
<span class="recall-value">{{item.system.recallCost}}</span>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<div class="daggerheart dh-style tooltip">
|
||||
<div class="daggerheart dh-style tooltip card-style">
|
||||
<h2 class="tooltip-title">{{item.name}}</h2>
|
||||
<img class="tooltip-image" src="{{item.img}}" />
|
||||
<div class="tooltip-description">{{{description}}}</div>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<div class="daggerheart dh-style tooltip">
|
||||
<div class="daggerheart dh-style tooltip card-style">
|
||||
<img class="tooltip-image" src="{{item.img}}" />
|
||||
<h2 class="tooltip-title">{{item.name}}</h2>
|
||||
<div class="tags">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<div class="daggerheart dh-style tooltip">
|
||||
<div class="daggerheart dh-style tooltip card-style">
|
||||
<img class="tooltip-image" src="{{item.img}}" />
|
||||
<h2 class="tooltip-title">{{item.name}}</h2>
|
||||
{{#if description}}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<div class="daggerheart dh-style tooltip weapon">
|
||||
<div class="daggerheart dh-style tooltip weapon card-style">
|
||||
<img class="tooltip-image" src="{{item.img}}" />
|
||||
<h2 class="tooltip-title">{{item.name}}</h2>
|
||||
<div class="tags">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue