download.jqueryui.com
                                
                                 download.jqueryui.com copied to clipboard
                                
                                    download.jqueryui.com copied to clipboard
                            
                            
                            
                        css scope is applied to all layout helpers in structure.css
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
This is affecting old versions as well, so downloading a new theme for 1.11.4 will give the bad output as well.