Skip to content

Checkboxradio: Use new ui-state-checked class in checkboxradio #1712

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

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