Skip to content

Commit

Permalink
Checkboxradio: Don't add ui-state-hover to icons
Browse files Browse the repository at this point in the history
Fixes #15055
Closes gh-1756
  • Loading branch information
arschmitz committed Oct 4, 2016
1 parent 1b0e947 commit b9d687d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ui/widgets/checkboxradio.js
Original file line number Diff line number Diff line change
Expand Up @@ -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( {
Expand Down

0 comments on commit b9d687d

Please sign in to comment.