mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-23 19:09:55 +02:00
Improved optional fieldset styling
This commit is contained in:
parent
1cecb4251d
commit
da44ff2510
3 changed files with 7 additions and 3 deletions
|
|
@ -14,7 +14,7 @@
|
|||
{{/each}}
|
||||
</ol>
|
||||
|
||||
<fieldset class="armor-change-container optional">
|
||||
<fieldset class="armor-change-container optional {{#if typeChanges.armor}}active{{/if}}">
|
||||
<legend>
|
||||
{{localize "DAGGERHEART.GENERAL.armor"}}
|
||||
<input type="checkbox" class="armor-change-checkbox" data-index="{{typedChanges.armor.index}}" {{checked typedChanges.armor}} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue