Style for new items bond/title + fix XP table
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
<li data-item-id="{{bond.id}}" class="item-control item-edit" title="{{localize 'l5r5e.global.edit'}}"><i class="fas fa-edit"></i></li>
|
||||
<li data-item-id="{{bond.id}}" class="item-control item-delete" title="{{localize 'Delete'}}"><i class="fas fa-trash"></i></li>
|
||||
{{/if}}
|
||||
</ul>
|
||||
{{#if bond.data.data.bond_type}}
|
||||
<ul class="item-properties">
|
||||
<li>{{bond.data.data.bond_type}} {{bond.data.data.rank}}</li>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<section class="sheet-body">
|
||||
{{!-- Attributes Tab --}}
|
||||
<article class="attributes" data-group="primary" data-tab="attributes">
|
||||
<label class="attribute">
|
||||
<label class="attribute bonds-types">
|
||||
{{ localize 'l5r5e.types' }}
|
||||
<input class="select-on-focus" type="text" name="data.bond_type" value="{{data.data.bond_type}}" data-dtype="String"/>
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user