From b9d687deb58cce5f4c6e27dace9cb172e291698c Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Fri, 30 Sep 2016 16:43:43 -0400 Subject: Checkboxradio: Don't add ui-state-hover to icons Fixes #15055 Closes gh-1756 --- ui/widgets/checkboxradio.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'ui/widgets/checkboxradio.js') diff --git a/ui/widgets/checkboxradio.js b/ui/widgets/checkboxradio.js index 45500aaf5..19ae92811 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( { -- cgit v1.2.3