mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
Action Select buttons color
This commit is contained in:
parent
704064024a
commit
d6ec1f85d9
3 changed files with 14 additions and 619 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<ul class="action-buttons-list">
|
||||
{{#each actions}}
|
||||
<li class="action-item">
|
||||
<button type="button" class="list-button" data-action-id="{{id}}" data-action="choose">
|
||||
<button type="button" class="list-button reverted" data-action-id="{{id}}" data-action="choose">
|
||||
<img src="{{ img }}">
|
||||
<span>{{ name }}</span>
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue