Skip to content

Commit 73a06fe

Browse files
committed
Updated up/down icon
1 parent 708e03e commit 73a06fe

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

resources/views/invoice-lines/partials/fields.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
</span>
5454
@if(!$fromOrder)
5555
<span style="position: absolute;top:13%; right: 5px;">
56+
<button type="button" class="btn btn-link btn-sm"><span class="fa fa-arrows-v"></span></button>
5657
<button wire:click.prevent="remove({{ $value }})" type="button" class="btn btn-outline-danger btn-sm btn-close"><span class="fa fa-remove"></span></button>
5758
</span>
5859
@endif

resources/views/order-products/partials/fields.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
</span>
5353
@if(!$fromQuote)
5454
<span style="position: absolute;top:13%; right: 5px;">
55+
<button type="button" class="btn btn-link btn-sm"><span class="fa fa-arrows-v"></span></button>
5556
<button wire:click.prevent="remove({{ $value }})" type="button" class="btn btn-outline-danger btn-sm btn-close"><span class="fa fa-remove"></span></button>
5657
</span>
5758
@endif

resources/views/quote-products/partials/fields.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
])
2525
</span>
2626
<span style="position: absolute;top:13%; right: 5px;">
27-
<button type="button" class="btn btn-link btn-sm"><span class="fa fa-arrows-up-down-left-right"></span></button>
27+
<button type="button" class="btn btn-link btn-sm"><span class="fa fa-arrows-v"></span></button>
2828
<button wire:click.prevent="remove({{ $value }})" type="button" class="btn btn-outline-danger btn-sm btn-close"><span class="fa fa-remove"></span></button>
2929
</span>
3030
</td>

0 commit comments

Comments
 (0)