diff --git a/styles/less/ux/tooltip/tooltip.less b/styles/less/ux/tooltip/tooltip.less index e6b660a5..44f8ce1a 100644 --- a/styles/less/ux/tooltip/tooltip.less +++ b/styles/less/ux/tooltip/tooltip.less @@ -3,6 +3,7 @@ flex-direction: column; align-items: center; gap: 4px; + border-width: 0; .tooltip-title-container { width: 100%; @@ -30,6 +31,7 @@ .tooltip-description { font-style: italic; + text-align: start; } .tooltip-sub-title { @@ -47,12 +49,6 @@ grid-template-columns: 1fr 1fr 1fr; } - &.border { - border: 1px solid light-dark(@dark-blue, @golden); - border-radius: 6px; - padding: 2px; - } - .tooltip-information { display: flex; flex-direction: column; diff --git a/templates/ui/tooltip/adversary.hbs b/templates/ui/tooltip/adversary.hbs index cb8a9bc0..b400bd29 100644 --- a/templates/ui/tooltip/adversary.hbs +++ b/templates/ui/tooltip/adversary.hbs @@ -59,6 +59,4 @@
{{item.system.motivesAndTactics}}
- - {{> "systems/daggerheart/templates/ui/tooltip/parts/tooltipTags.hbs" features=item.system.features }} \ No newline at end of file diff --git a/templates/ui/tooltip/armor.hbs b/templates/ui/tooltip/armor.hbs index 8163feff..b2e07970 100644 --- a/templates/ui/tooltip/armor.hbs +++ b/templates/ui/tooltip/armor.hbs @@ -18,20 +18,4 @@
{{item.system.baseThresholds.severe}}
- - {{#if (gt item.system.armorFeatures.length 0)}}

{{localize "DAGGERHEART.GENERAL.features"}}

{{/if}} -
- {{#each item.system.armorFeatures}} - {{#with (lookup ../config.ITEM.armorFeatures this.value) as | feature | }} -
-
-
{{localize feature.label}}
-
-
{{{localize feature.description}}}
-
- {{/with}} - {{/each}} -
- - {{> "systems/daggerheart/templates/ui/tooltip/parts/tooltipTags.hbs" features=item.system.customActions isAction=true label=(localize "DAGGERHEART.GENERAL.Action.plural")}} \ No newline at end of file diff --git a/templates/ui/tooltip/beastform.hbs b/templates/ui/tooltip/beastform.hbs index 3afc0c84..fb07d895 100644 --- a/templates/ui/tooltip/beastform.hbs +++ b/templates/ui/tooltip/beastform.hbs @@ -2,7 +2,4 @@

{{item.name}}

{{{description}}}
- - {{> "systems/daggerheart/templates/ui/tooltip/parts/tooltipChips.hbs" chips=item.system.advantageOn label=(localize "DAGGERHEART.ITEMS.Beastform.FIELDS.advantageOn.label")}} - {{> "systems/daggerheart/templates/ui/tooltip/parts/tooltipTags.hbs" features=item.system.features label=(localize "DAGGERHEART.GENERAL.features")}} \ No newline at end of file diff --git a/templates/ui/tooltip/consumable.hbs b/templates/ui/tooltip/consumable.hbs index e51ec255..d39cdfa6 100644 --- a/templates/ui/tooltip/consumable.hbs +++ b/templates/ui/tooltip/consumable.hbs @@ -9,6 +9,4 @@
{{item.system.quantity}}
- - {{> "systems/daggerheart/templates/ui/tooltip/parts/tooltipTags.hbs" features=item.system.actions isAction=true label=(localize "DAGGERHEART.GENERAL.Action.plural") }} \ No newline at end of file diff --git a/templates/ui/tooltip/domainCard.hbs b/templates/ui/tooltip/domainCard.hbs index fabc1671..c209f29d 100644 --- a/templates/ui/tooltip/domainCard.hbs +++ b/templates/ui/tooltip/domainCard.hbs @@ -26,6 +26,4 @@
{{item.system.recallCost}}
- - {{> "systems/daggerheart/templates/ui/tooltip/parts/tooltipTags.hbs" features=item.system.actions isAction=true label=(localize "DAGGERHEART.GENERAL.Action.plural") }} \ No newline at end of file diff --git a/templates/ui/tooltip/feature.hbs b/templates/ui/tooltip/feature.hbs index 3e8867c1..fb07d895 100644 --- a/templates/ui/tooltip/feature.hbs +++ b/templates/ui/tooltip/feature.hbs @@ -2,7 +2,4 @@

{{item.name}}

{{{description}}}
- - {{> "systems/daggerheart/templates/ui/tooltip/parts/tooltipTags.hbs" features=item.system.actions isAction=true label=(localize "DAGGERHEART.GENERAL.Action.plural") }} - {{> "systems/daggerheart/templates/ui/tooltip/parts/tooltipTags.hbs" features=item.effects label=(localize "DAGGERHEART.GENERAL.Effect.plural") }} \ No newline at end of file diff --git a/templates/ui/tooltip/weapon.hbs b/templates/ui/tooltip/weapon.hbs index a8fe9c46..bf414e5c 100644 --- a/templates/ui/tooltip/weapon.hbs +++ b/templates/ui/tooltip/weapon.hbs @@ -37,20 +37,4 @@
{{{damageSymbols item.system.attack.damage.parts}}}
- - {{#if (gt item.system.weaponFeatures.length 0)}}

{{localize "DAGGERHEART.GENERAL.features"}}

{{/if}} -
- {{#each item.system.weaponFeatures}} - {{#with (lookup ../config.ITEM.weaponFeatures this.value) as | feature | }} -
-
-
{{localize feature.label}}
-
-
{{{localize feature.description}}}
-
- {{/with}} - {{/each}} -
- - {{> "systems/daggerheart/templates/ui/tooltip/parts/tooltipTags.hbs" features=item.system.customActions isAction=true label=(localize "DAGGERHEART.GENERAL.Action.plural") }} \ No newline at end of file