Fixed Upload a File button hover state overrides the "disabled" class.

Chris D

XenForo developer
Staff member
You can simulate this in the Chrome JS console:

Code:
$('.button').addClass('disabled');

When the editor buttons have been disabled as a result of the form being submitted, on hover they remain disabled, with the exception of the Upload a File button (this is true with/without swfupload) which on hover shows the :hover CSS instead of remaining "disabled".
 
Last edited:
Top Bottom