replace basic-property-* css classes by selectors
This commit is contained in:
parent
874692ed5c
commit
5bdfdd410b
5 changed files with 15 additions and 17 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
{{#*inline "talentRankBasicProperty" }}
|
||||
<div class="basic-property">
|
||||
<label class="basic-property-label" for="data.rank.{{property}}">{{localize localizeString}}</label>
|
||||
<label for="data.rank.{{property}}">{{localize localizeString}}</label>
|
||||
<input type="number" min="0" step="1" data-dtype="Number" {{disabled}}
|
||||
{{#if (eq property 'base') }}max="{{data.rank.max}}"{{/if}}
|
||||
name="data.rank.{{property}}" value="{{lookup data.rank property}}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue