Skip to content

Commit

Permalink
Remove cursor pointer from drag and drop area (#541)
Browse files Browse the repository at this point in the history
* remove cursor pointer from drag and drop area

* remove comment
  • Loading branch information
vittoriaThinkst authored Jul 23, 2024
1 parent 2bf30bf commit 80b4a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend_vue/src/components/base/BaseUploadFile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
ref="labelFileInput"
for="dropzone-file"
:class="labelClass"
class="flex flex-col items-center justify-center w-full py-16 border border-dashed cursor-pointer rounded-2xl"
class="flex flex-col items-center justify-center w-full py-16 border border-dashed rounded-2xl"
>
<div class="flex flex-col items-center justify-center pt-5 pb-6">
<FolderIcon
Expand Down

0 comments on commit 80b4a87

Please sign in to comment.