ipfs-search / dweb-search-frontend

Frontend for ipfs-search.com
https://dweb-search-frontend.on.fleek.co/
GNU Affero General Public License v3.0
22 stars 16 forks source link

in list view, highlight item under the cursor #167

Closed femans closed 2 years ago

femans commented 2 years ago

It would be nice to have some visual highlight of the item under the cursor, e.g. slightly brought 'upwards' (shift 3px NW and increase shadow), to invite clicking on it.

Szeket commented 2 years ago

Isn't this fixed?

femans commented 2 years ago

@Szeket I never saw the PR, @dokterbob reviewed it and merged it apparently. I noticed it doesn't work very well in dark mode yet.

Szeket commented 2 years ago

Wow. Didn't know that! I will look it up!

On Tue, 17 May 2022, 21:20 Frido Emans, @.***> wrote:

@Szeket https://github.com/Szeket I never saw the PR, @dokterbob https://github.com/dokterbob reviewed it and merged it apparently. I noticed it doesn't work very well in dark mode yet.

— Reply to this email directly, view it on GitHub https://github.com/ipfs-search/dweb-search-frontend/issues/167#issuecomment-1129280840, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW2HLTVL2OCVPCVQV3H2BY3VKP5PNANCNFSM5PBHQSJA . You are receiving this because you were mentioned.Message ID: @.***>

Szeket commented 2 years ago

https://github.com/vuetifyjs/vuetify/issues/11906 and https://github.com/vuetifyjs/vuetify/pull/12216

They have improved the visibility problem a bit, but it's not fixed. Also, I implemented these changes, but no effect.