Disable or override animation for box icon

I have the following HTML:

News & Events

However, when I hover over the icon flips which I don't want to happen. Is there a way to disable or override animation? I just want to be able to use CSS :hover for the box. Thank you!
You can open shortcode.less under lessc folder then remove css below (from line 82 to 86) &:hover{ .box-icon{ .transform(360deg,1.1,0,0); } } Thank!