Admin: Use admin color scheme variable for bar, highlight, and contextual help styles.

This changeset ensures the styles for bar, highlight and contextual help always take into account the admin color scheme settings.

Reviewed by joedolson.
Props fabiankaegy, audrasjb, ozgursar, noruzzaman, shailu25, sandipsinh007, tusharaddweb, hbhalodia, amesplant, joedolson.
Fixes #64744.
See #64308.


Built from https://develop.svn.wordpress.org/trunk@62145


git-svn-id: http://core.svn.wordpress.org/trunk@61427 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb
2026-03-26 16:08:39 +00:00
parent 85646f6ee8
commit 9edf1b7e9a
5 changed files with 35 additions and 13 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '7.0-RC1-62144';
$wp_version = '7.0-RC1-62145';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.