This is about the UploadWizard extension.
Remove JS adding/removing 'hover' CSS class, use :hover pseudoclass instead.
To find places where this is used, search for addClass( 'hover' ) in JavaScript files and .hover in CSS files.
There seem to be two distinct places using this, one related to jquery.showThumbCtrl plugin, the other related to mw.UploadWizardUploadInterface class.