replace basic-property-* css classes by selectors

This commit is contained in:
Gesina Schwalbe 2021-01-06 15:30:20 +01:00
parent 874692ed5c
commit 5bdfdd410b
5 changed files with 15 additions and 17 deletions

View file

@ -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}}" />