Opened 5 years ago
Closed 5 years ago
#15207 closed bug (notabug)
Custom theme generation is broken
Reported by: | roberto-cisternino | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.css-framework | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The Custom theme generation process produces bugged *.css files.
1) The common jquery-ui.structure.css (and its minified version) contains the css scope class for all styles and this is uncorrect for the structure because this is the common part of the jquery ui css and there should be no reference to the custom ui theme scope class.
2) The specific theme css file is partially broken as well on certain definitions such as those related to anchors.
Example:
a.custom-theme ... {...}
should be:
.custom-theme a ... {...}
Note: See
TracTickets for help on using
tickets.
Download Builder and ThemeRoller have their own bug tracker. This is already tracked at https://github.com/jquery/download.jqueryui.com/issues/294