Skip to content

Commit b9d687d

Browse files
committed
Checkboxradio: Don't add ui-state-hover to icons
Fixes #15055 Closes jquerygh-1756
1 parent 1b0e947 commit b9d687d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ui/widgets/checkboxradio.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@ $.widget( "ui.checkboxradio", [ $.ui.formResetMixin, {
115115

116116
if ( checked ) {
117117
this._addClass( this.label, "ui-checkboxradio-checked", "ui-state-active" );
118-
if ( this.icon ) {
119-
this._addClass( this.icon, null, "ui-state-hover" );
120-
}
121118
}
122119

123120
this._on( {

0 commit comments

Comments
 (0)