Remove moot data-toggle="tooltip" (#2861)

Tooltips need to be manually initialized which didn't happen.

Also, streamline tag indentation a bit
This commit is contained in:
XhmikosR
2020-07-01 17:21:20 +03:00
committed by GitHub
parent 89f47f3486
commit a1d6efe454
33 changed files with 560 additions and 296 deletions

View File

@@ -35,7 +35,9 @@
<input type="password" class="form-control" placeholder="password">
<div class="input-group-append">
<button type="button" class="btn"><i class="fas fa-arrow-right text-muted"></i></button>
<button type="button" class="btn">
<i class="fas fa-arrow-right text-muted"></i>
</button>
</div>
</div>
</form>