daggerheart/styles/less/sheets/items/item-sheet-shared.less
WBHarry b7bc452bf5
Some checks failed
Project CI / build (24.x) (push) Has been cancelled
[Fix] Improve Class-Subclass Linkage (#1846)
* Initial thoughts

* .

* Fixed linting

* Continue work on updating identifier

* Change to uuid approach

* Localization and minor fix

* Fixed CompendiumBrowser Class filter for Subclass view

* Fixed the class name display in the subclass view

* Improved missing class visual for subclass

* Fixed character creation

* Rerender class sheets when subclass link is changed

* Use compendium source over actual uuid in search

---------

Co-authored-by: Carlos Fernandez <cfern1990@gmail.com>
2026-05-05 22:15:21 +02:00

17 lines
364 B
Text

.application.sheet.daggerheart.dh-style.item {
&.minimized {
.attribution-header-label {
display: none;
}
}
.attribution-header-label {
font-style: italic;
font-family: @font-body;
color: light-dark(@chat-blue-bg, @beige-50);
}
button.plain.inline-control {
flex: 0 0 auto;
}
}