mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
* Reduce Action Selection click number & Style Action Type Dialog * fixes * Action Select buttons color
15 lines
No EOL
456 B
Handlebars
15 lines
No EOL
456 B
Handlebars
<form id="item-action-select">
|
|
<header class="dialog-header">
|
|
<h1>{{itemName}}</h1>
|
|
</header>
|
|
<ul class="action-buttons-list">
|
|
{{#each actions}}
|
|
<li class="action-item">
|
|
<button type="button" class="list-button reverted" data-action-id="{{id}}" data-action="choose">
|
|
<img src="{{ img }}">
|
|
<span>{{ name }}</span>
|
|
</button>
|
|
</li>
|
|
{{/each}}
|
|
</ul>
|
|
</form> |