Skip to content
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

Theme fixes #1753

Closed
wants to merge 2 commits into from
Closed

Theme fixes #1753

wants to merge 2 commits into from

Conversation

@jzaefferer
Copy link
Member

Diff looks good to me.

@scottgonzalez
Copy link
Member

@@ -119,7 +119,7 @@ a.ui-button:active,
.ui-icon-background,
.ui-state-active .ui-icon-background {
border: #003eff/*{borderColorActive}*/;
background-color: #ffffff/*{fcActive}*/;
background-color: #ffffff/*{bgColorContent}*/;
Copy link
Member

Choose a reason for hiding this comment

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

Why are we pairing the content background with the active border? Why is this not using the active background?

Copy link
Member Author

Choose a reason for hiding this comment

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

The active background does not look good at all in the majority of themes. We can switch the border color to match though.

Copy link
Member

Choose a reason for hiding this comment

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

Ok. I think it makes sense for these to match. Though it's a shame the active colors don't work here.

@arschmitz arschmitz closed this in 1b0e947 Oct 4, 2016
mgol added a commit that referenced this pull request Sep 25, 2021
)

* Revert "Theme: Removes css for ui-state-checked its not used any more"

This reverts commit 1b0e947.

* Revert "Theme: Replace missing definition for default icons"

This reverts commit dde9b83.

* Revert "Theme: Switch icon background to use bgColorContent"

This reverts commit 265b8f5.

This reverts three commits:

* Theme: Removes css for ui-state-checked its not used any more 1b0e947 (#1753)
* Theme: Replace missing definition for default icons dde9b83
* Theme: Switch icon background to use bgColorContent 265b8f5

which caused styling issues when compared to UI 1.12.1.

This unfixes a few issues:

* jquery/download.jqueryui.com#335
* https://bugs.jqueryui.com/ticket/15059
* https://forum.jquery.com/topic/checkboxradio-widget-checkbox-click-doesn-t-work-with-ui-lightness-theme-22-9-2016

However, old & known issues are better than new & unknown ones, especially with our current very limited resources.

Closes gh-1983
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants