Change the button handlebar class

This commit is contained in:
johnnyq
2025-04-13 15:11:37 -04:00
parent 65e107d154
commit 846947ff49
3 changed files with 139 additions and 161 deletions

View File

@@ -105,7 +105,7 @@ $kanban = array_values($statuses);
<span class='badge badge-secondary'>
<?php echo $item['category_name']; ?>
</span>
<div class='btn btn-secondary drag-handle-class' style="display: none;">
<div class='btn btn-light drag-handle-class' style="display: none;">
<i class="drag-handle-class fas fa-bars"></i>
</div>
<br>