Issue with SCSS styling on image link
I attempted to modify the cursor style from pointer to default, but after saving and reloading my React app, the change did not take effect. I tried writing some code, but it seems that Stack Overflow is indicating an error in my approach.
Upon inspecting the element, I noticed that the default cursor style was crossed out and a blue checkmark appeared next to the pointer cursor, which was unexpected as it was not part of my code.
Please refer to the provided image link for further clarification.