mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
Setting dh-style for ResourceManagementTooltip and ArmorManagementTooltip
This commit is contained in:
parent
0a0dded664
commit
8b762ae5ee
2 changed files with 2 additions and 3 deletions
|
|
@ -320,7 +320,6 @@ export default class DhTooltipManager extends foundry.helpers.interaction.Toolti
|
|||
/**@inheritdoc */
|
||||
_setStyle(position = {}) {
|
||||
super._setStyle(position);
|
||||
this.tooltip.classList.add('dh-style');
|
||||
|
||||
if (this.#wide) {
|
||||
this.tooltip.classList.add('wide');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue