panopoly_core_pre_render_styles() swaps out the individual CSS files for jQuery UI. We should instead use hook_library_alter().

Comments

robloach’s picture

Status: Active » Needs review

Haven't fully tested this one.

robloach’s picture

dsnopek’s picture

Status: Needs review » Fixed

Works great in my testing! Committed, thanks! :-)

  • dsnopek committed e514415 on 7.x-1.x
    Update Panopoly Core for Issue #2492841 by RobLoach: Switch from...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

dsnopek’s picture

Apparently, 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.