Following the jquery hover function, the css hover feature ceases to work.
In my html, there are multiple svg elements. A jquery script is applied where hovering over a button at the bottom triggers all svg elements to change color to yellow (#b8aa85).
Simultaneously, I want these svg elements to turn white (as defined in the css:hover) when hovered over individually.
However, after implementing the jquery hover function, the css hover fails to respond.
Any assistance would be greatly appreciated!
Additionally, the script includes embedding the panzoom plugin. Could this potentially be causing a conflict?