diff --git a/.vscode/settings.json b/.vscode/settings.json index 29770e23..b472f383 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,3 @@ { - "js/ts.preferGoToSourceDefinition": true, - "codeQL.githubDatabase.download": "never" + "js/ts.preferGoToSourceDefinition": true } \ No newline at end of file diff --git a/styles/less/global/inventory-item.less b/styles/less/global/inventory-item.less index 71cea49c..fc73ba95 100644 --- a/styles/less/global/inventory-item.less +++ b/styles/less/global/inventory-item.less @@ -243,13 +243,6 @@ / 40px 1fr min-content; column-gap: 8px; - &:has(> .item-resource, > .item-resources) { - grid-template: - 'img name resource controls' auto - 'img labels labels labels' 1fr - / 40px 1fr min-content min-content; - } - > .img-portait { grid-area: img; } @@ -258,15 +251,6 @@ line-height: 1; padding-bottom: 1px; } - > .item-resource, - > .item-resources { - grid-area: resource; - align-self: center; - - input { - width: 40px; - } - } > .controls { grid-area: controls; align-self: start; diff --git a/templates/sheets/global/partials/inventory-item-compact.hbs b/templates/sheets/global/partials/inventory-item-compact.hbs index f40e140f..78eaf087 100644 --- a/templates/sheets/global/partials/inventory-item-compact.hbs +++ b/templates/sheets/global/partials/inventory-item-compact.hbs @@ -17,11 +17,6 @@ {{!-- Item Name --}} {{localize item.name}} - {{!-- Resource --}} - {{#if (and (eq type 'weapon') item.system.resource)}} - {{> "systems/daggerheart/templates/sheets/global/partials/item-resource.hbs"}} - {{/if}} - {{!-- Tags Start --}} {{#with item}}