Checkboxradio: Don't add ui-state-hover to icons

Fixes #15055
Closes gh-1756
This commit is contained in:
Alexander Schmitz 2016-09-30 16:43:43 -04:00
parent 1b0e947f46
commit b9d687deb5

View File

@ -115,9 +115,6 @@ $.widget( "ui.checkboxradio", [ $.ui.formResetMixin, {
if ( checked ) {
this._addClass( this.label, "ui-checkboxradio-checked", "ui-state-active" );
if ( this.icon ) {
this._addClass( this.icon, null, "ui-state-hover" );
}
}
this._on( {