Administration: Ensure the Theme Feature Filter button use the new default Admin colors.

Props niravsherasiya7707, louischan, penelopeadrian, noruzzaman, valentingrenier.
Fixes #64808.


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


git-svn-id: http://core.svn.wordpress.org/trunk@61137 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb
2026-03-05 15:29:43 +00:00
parent 5637051ba2
commit 53e20a11bf
5 changed files with 5 additions and 5 deletions

View File

@@ -1184,7 +1184,7 @@ th.action-links {
}
.wp-filter .button.drawer-toggle:focus {
border-color: #4f94d4;
border-color: var(--wp-admin-theme-color);
}
.wp-filter .button.drawer-toggle:active {

File diff suppressed because one or more lines are too long

View File

@@ -1183,7 +1183,7 @@ th.action-links {
}
.wp-filter .button.drawer-toggle:focus {
border-color: #4f94d4;
border-color: var(--wp-admin-theme-color);
}
.wp-filter .button.drawer-toggle:active {

File diff suppressed because one or more lines are too long

View File

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