TheOdinProject / theodinproject

Main Website for The Odin Project
http://www.theodinproject.com
MIT License
3.59k stars 2.06k forks source link

Feature Request: Display a zoom-in cursor when hovering over images within lesson lesson content #4474

Closed KevinMulhern closed 3 months ago

KevinMulhern commented 3 months ago

Checks

Description of the Feature Request

When hovering over images within lesson content, we want to display a zoom-in cursor instead of a pointer cursor. This will provide more accurate feedback to the user - clicking on an image will open it up in a new tab so its "zoomed-in".

Acceptance criteria

Additional Comments

Rllopez0410 commented 3 months ago

Hello @KevinMulhern, will you be working on this one?

BryanF1nes commented 3 months ago

If you don't either @KevinMulhern or @Rllopez0410 are not going to work on this I would like the opportunity. :)

KevinMulhern commented 3 months ago

Ah sorry, I forgot to untick "Would you like to work on this issue?".

@Rllopez0410 I'll assign it to you since you were first. But I appreciate you offering as well @BryanF1nes. I've got a few more small stories to add over the weekend that might be up your street. I'll keep you posted.

BryanF1nes commented 3 months ago

No worries @KevinMulhern I appreciate it!

Rllopez0410 commented 3 months ago

@KevinMulhern, Thank you!

Rllopez0410 commented 3 months ago

hey @KevinMulhern, should I go through all the lessons in TOP or are there specific pages that require this feature?

KevinMulhern commented 3 months ago

Hey @Rllopez0410, it should be applied to all imgs that are children of a tags within lesson content. Creating a new css rule for it in this file should do the job.

Rllopez0410 commented 3 months ago

@KevinMulhern thank you. My apologies for the confusion.