Skip to content

v1.0.10 — Screen Options & media modal theming fix

Choose a tag to compare

@Yelbow Yelbow released this 02 Sep 19:39
· 5 commits to main since this release

Correction to v1.0.9. After that release, the user pointed out every one of the 7 screenshots that prompted it still had an unfixed issue — this release fixes the 2 that were missed:

  • Screen Options / Help toggle buttons + their dropdown panel were pure white with near-illegible text.
  • The media modal's toolbar (e.g. Featured Image panel's filter/search bar and bottom action bar) rendered as a plain white strip.

Both traced to the same root cause: WP core's own stylesheet for this dynamically-invoked chrome can load after the theme's CSS on the screens where it's actually used, so an equal-specificity theme rule silently loses on enqueue order alone.

Kawaii, Goth-Baddie and Cyberpunk also gained full media-library modal theming for the first time (previously Midnight-only).

🤖 Generated with Claude Code