panopoly_core_pre_render_styles() swaps out the individual CSS files for jQuery UI. We should instead use hook_library_alter().
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2492841-panopoly_core-hook_library_alter.patch | 2.44 KB | robloach |
panopoly_core_pre_render_styles() swaps out the individual CSS files for jQuery UI. We should instead use hook_library_alter().
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2492841-panopoly_core-hook_library_alter.patch | 2.44 KB | robloach |
Comments
Comment #1
robloachHaven't fully tested this one.
Comment #2
robloachComment #3
dsnopekWorks great in my testing! Committed, thanks! :-)
Comment #6
dsnopekApparently, we were doing it this way to fix this issue: #1813180: Seven theme breaks the jQuery UI theme
Which has caused this issue: #2506371: Media dialog missing styles
So, this is likely to get partially or fully reverted.