FEAT: add SearchFilter for character-sheet Inventory and DomainCards

FEAT: simplify the preparetion of inventory context
This commit is contained in:
Joaquin Pereyra 2025-06-28 19:14:38 -03:00
parent 15b696398c
commit 11f6ee3a7f
7 changed files with 169 additions and 46 deletions

View file

@ -3920,6 +3920,10 @@ div.daggerheart.views.multiclass {
.application.sheet.daggerheart.actor.dh-style.character .tab.inventory .search-section .search-bar input:placeholder {
color: light-dark(#18162e50, #efe6d850);
}
.application.sheet.daggerheart.actor.dh-style.character .tab.inventory .search-section .search-bar input::-webkit-search-cancel-button {
-webkit-appearance: none;
display: none;
}
.application.sheet.daggerheart.actor.dh-style.character .tab.inventory .search-section .search-bar .icon {
align-content: center;
height: 32px;