download.jqueryui.com icon indicating copy to clipboard operation
download.jqueryui.com copied to clipboard

css scope is applied to all layout helpers in structure.css

Open gymel opened this issue 9 years ago • 1 comments

Downloaded styke files for 11.4 were of the form

.ui-helper-hidden-accessible { ... }

for 1.12.0-rc.1 it is

.myclass .ui-helper-hidden-accessible { ... }

since these specific element are unconditionally appended to the html body (I have no idea whether that is correct) instead of the appendTo element they usually are out of scope for .myclass selectors (unless given as a body attribute) and therefore they become visible in 1.12.0-rc.1

gymel avatar Mar 21 '16 22:03 gymel

This is affecting old versions as well, so downloading a new theme for 1.11.4 will give the bad output as well.

scottgonzalez avatar Mar 23 '16 16:03 scottgonzalez