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:
2023-12-04 01:21:05 +01:00
parent a68057900d
commit 1208eb8ae1
139 changed files with 311 additions and 302 deletions

View File

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