Skip to content

Commit

Permalink
switch cursor to pointer with download icon
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Jul 9, 2024
1 parent 534f656 commit 3437cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/download/download-line.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default {
<tr class="content" :class="nested ? 'darker' : null" @click="handleOpen">
<td class="before-empty toggle darker" v-if="nested || single"></td>
<td class="before-empty toggle darker" v-else>
<p>{{ showIcon }}</p>
<p class="clickable">{{ showIcon }}</p>
</td>
<td class="large details">
<p>
Expand Down

0 comments on commit 3437cd3

Please sign in to comment.