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:
@@ -726,12 +726,12 @@
|
||||
</h3>
|
||||
<!-- tools box -->
|
||||
<div class="card-tools">
|
||||
<button type="button" class="btn btn-tool btn-sm" data-card-widget="collapse" data-toggle="tooltip"
|
||||
title="Collapse">
|
||||
<i class="fas fa-minus"></i></button>
|
||||
<button type="button" class="btn btn-tool btn-sm" data-card-widget="remove" data-toggle="tooltip"
|
||||
title="Remove">
|
||||
<i class="fas fa-times"></i></button>
|
||||
<button type="button" class="btn btn-tool btn-sm" data-card-widget="collapse" title="Collapse">
|
||||
<i class="fas fa-minus"></i>
|
||||
</button>
|
||||
<button type="button" class="btn btn-tool btn-sm" data-card-widget="remove" title="Remove">
|
||||
<i class="fas fa-times"></i>
|
||||
</button>
|
||||
</div>
|
||||
<!-- /. tools -->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user