Skip to content

Conversation

arschmitz
Copy link
Member

Using ui-state-highlight caused a conflict with dialog

Fixes #14955

Using ui-state-highlight caused a conflict with dialog

Fixes #14955
@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @jzaefferer, @scottgonzalez and @selfthinker to be potential reviewers

@@ -177,8 +177,8 @@ $.widget( "ui.checkboxradio", [ $.ui.formResetMixin, {

if ( this.options.icon && this.type === "checkbox" ) {

// We add ui-state-highlight to change the icon color
this._toggleClass( this.icon, null, "ui-icon-check ui-state-highlight", checked )
// We add ui-state-checked to change the icon color based on ui-state-highlight colors
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd drop the reference to ui-state-highlight since that's a ThemeRoller-specific thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants