Hello dear community :)
I am currently some CSS code to improve some elements in our CF : D
I'm very happy about the feature but I would to have two different cursors displaying when hovering over images.
For 'still' image with no link attached I want to my cursor to be a pointer, this is already working wonders with :
[.wiki-content img.confluence-embedded-image, .wiki-content img.editor-inline-macro, .wiki-content table.wysiwyg-macro
{
cursor
:
pointer
!important
; }]
I'm wondering if it would be possible for the cursor to become pointer only when hovering an image with a link attached to it.
For the 'still' images I want the default cursor to pop pup so I could just modify my current line to "cursor: default !important" but I would need to come up with the lines to edit the cursor only on images with links attached.
Anyone can help out ?
Thank you so much & have a beautiful day :D
Kind regards,
Damien