Skip to main content

Search and Top Navigation

#15207 closed bug (notabug)

Opened June 22, 2017 02:53PM UTC

Closed June 22, 2017 02:58PM UTC

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 ... {...}

Attachments (0)
Change History (1)

Changed June 22, 2017 02:58PM UTC by scottgonzalez comment:1

resolution: → notabug
status: newclosed

Download Builder and ThemeRoller have their own bug tracker. This is already tracked at https://github.com/jquery/download.jqueryui.com/issues/294