This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Small error and optimization to default theme css#302
Closed
beausmith wants to merge 3 commits intojquery-archive:masterfrom
Closed
Small error and optimization to default theme css#302beausmith wants to merge 3 commits intojquery-archive:masterfrom
beausmith wants to merge 3 commits intojquery-archive:masterfrom
Conversation
* jquery/master: (27 commits) Fixed 138 - transition: fix flip (and cube?) Fixed jquery-archive#117 changed #fff to #ffffff in ui-body-b and ui-body-e because IE has issues with shorthand notation in filters. Small improvement to keep from querying the DOM more than once for the data-role=pages elements. added support for enable and disable methods changed disabled class to ui-disabled, dropping the "state" portion to fit with the new conventions rewrote checkboxradio to use widget factory. renamed method checkboxradio and updated page plugin to match rewrote navbar with widget factory added check to make sure active link isn't in the new activepage (such as when it's appended to the new page for persistence), before removing class converted customButton plugin to widget factory (note: this is just the plugin for native button elements, not to be confused with the buttonMarkup plugin). moved line where # is removed to prevent base url prefixing on local anchor links moved active class removal code into function - now called after ajax error as well as successful page change made sure local # urls go through the regular page nav path, and only update the hash on success removed a few chars from condition. Thx @JeffreyWay for suggestions on the last few commits. used cached version of $this removed nullLink var updated regexp to test for protocol or # at beginning of url. simplified attr get/check Fixed broken <code> element. commented-out the call to _numberItems, as it doesn't yet exist in the listview rewrite ...
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
While converting the stylesheets to SASS I found: