From b29de5eef0ba29bf9f38f0d1b4fb84aed81e9477 Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Fri, 30 Sep 2016 16:43:43 -0400 Subject: [PATCH] Checkboxradio: Don't add ui-state-hover to icons Fixes #15055 --- ui/widgets/checkboxradio.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/ui/widgets/checkboxradio.js b/ui/widgets/checkboxradio.js index 45500aaf5d3..19ae9281108 100644 --- a/ui/widgets/checkboxradio.js +++ b/ui/widgets/checkboxradio.js @@ -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( {