forked from public/foundryvtt-reve-de-dragon
Amélioration des tooltips
- title/alt remplacés par des data-tooltip - description de ce que font les boutons - description des items survolés
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
{{else}}
|
||||
<input class="resource-content select-effect" type="checkbox" name="{{effect.id}}" {{#if effect.active}}checked{{/if}}/>
|
||||
{{/if}}
|
||||
<img class="button-effect-img" height="16" width="16" src="{{effect.icon}}" alt="{{localize effect.name}}" />
|
||||
<img class="button-effect-img" height="16" width="16" src="{{effect.icon}}" data-tooltip="{{localize effect.name}}" />
|
||||
<label>{{localize effect.name}}</label>
|
||||
</li>
|
||||
{{/each}}
|
||||
|
Reference in New Issue
Block a user