Background Color Disappears when hovering on the eye icon
Hi, I am having trouble keeping the Blue background color while pointing the cursor on the eye icon. I do not understand why this happens I've tried different techniques to make it work but no progress so far.
Codepen: https://codepen.io/kiz1/pen/GRPgvWa?editors=1100
4 Replies
add
pointer-events:none;
to .icon-view
it didn't resoolve it.
it did for me https://codepen.io/MannixMD/pen/KKbdKrY
@Mannix oh, thank you. Would add it to my code pen. Thanks