move hidden tooltip

deepsource-autofix-76c6eb20
Dan Gowans 2022-12-08 14:24:38 -05:00
parent c442bdd331
commit 1eeab6030b
1 changed files with 4 additions and 4 deletions

View File

@ -74,7 +74,7 @@
<input class="input" name="workOrderType" type="text" maxlength="100" placeholder="New Work Order Type" required />
</div>
<div class="control">
<button class="button is-success" data-tooltip="Add Work Order Type" type="submit" aria-label="Add Work Order Type">
<button class="button is-success has-tooltip-bottom" data-tooltip="Add Work Order Type" type="submit" aria-label="Add Work Order Type">
<i class="fas fa-plus" aria-hidden="true"></i>
</button>
</div>
@ -104,7 +104,7 @@
<input class="input" name="workOrderMilestoneType" type="text" maxlength="100" placeholder="New Milestone Type" required />
</div>
<div class="control">
<button class="button is-success" data-tooltip="Add Work Order Milestone Type" type="submit" aria-label="Add Work Order Milestone Type">
<button class="button is-success has-tooltip-bottom" data-tooltip="Add Work Order Milestone Type" type="submit" aria-label="Add Work Order Milestone Type">
<i class="fas fa-plus" aria-hidden="true"></i>
</button>
</div>
@ -134,7 +134,7 @@
<input class="input" name="lotStatus" type="text" maxlength="100" placeholder="New <%= configFunctions.getProperty("aliases.lot") %> Status" required />
</div>
<div class="control">
<button class="button is-success" data-tooltip="Add Status" type="submit" aria-label="Add Status">
<button class="button is-success has-tooltip-bottom" data-tooltip="Add Status" type="submit" aria-label="Add Status">
<i class="fas fa-plus" aria-hidden="true"></i>
</button>
</div>
@ -164,7 +164,7 @@
<input class="input" name="lotOccupantType" type="text" maxlength="100" placeholder="New <%= configFunctions.getProperty("aliases.lot") %> <%= configFunctions.getProperty("aliases.occupant") %> Type" required />
</div>
<div class="control">
<button class="button is-success" data-tooltip="Add Type" type="submit" aria-label="Add Type">
<button class="button is-success has-tooltip-bottom" data-tooltip="Add Type" type="submit" aria-label="Add Type">
<i class="fas fa-plus" aria-hidden="true"></i>
</button>
</div>