mshossain110 / LaravelDrive

Private file storage and share with user build with laravel and vue inspired by google drive
http://laraveldrive.decoderlab.com
MIT License
80 stars 32 forks source link

No visual indication on file/folder hover #3

Open antonis-ant opened 5 years ago

antonis-ant commented 5 years ago

Hello, I noticed that when hovering over a folder or file there is no indication that it is a clickable item. I think I can fix this by making the mouse pointer turn into a hand when hovering over items if this is ok with you of cource :)

mshossain110 commented 5 years ago

Hello @tonyanant,

Thank you for your valuable comment. Actually I am following google drive concept to build this project. Google drive does not indicate any effect or even pointer on mouse hover.

another thing is that all files and folders clickable and have a context menu as like your pc and file. That's why the hover effect or pointer identification not required for this type of applications.

antonis-ant commented 5 years ago

Ahh, I see what you mean . Sorry I didn't realise that. However, when hovering over the folder icon the mouse becomes a vertical bar. Is this supposed to happen ?

mshossain110 commented 5 years ago

I think it should not happen. please fix it. just put cursor: default in media-item class in mediaItem.vue file :)

Thank you