mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 21:04:16 +02:00
[Fix] Tooltip Color Scope (#1964)
* Added DH style to tooltips * Setting dh-style for ResourceManagementTooltip and ArmorManagementTooltip
This commit is contained in:
parent
3c36c5747d
commit
d98a7c951e
2 changed files with 2 additions and 3 deletions
|
|
@ -3,7 +3,6 @@ import { AdversaryBPPerEncounter, BaseBPPerEncounter } from '../config/encounter
|
|||
export default class DhTooltipManager extends foundry.helpers.interaction.TooltipManager {
|
||||
#wide = false;
|
||||
#bordered = false;
|
||||
#active = false;
|
||||
|
||||
async activate(element, options = {}) {
|
||||
const { TextEditor } = foundry.applications.ux;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue