Admin Reskin: Correct color scheme for plugin and theme filters.

Props ocean90, niravsherasiya7707, noruzzaman, manishxdp, huzaifaalmesbah, SergeyBiryukov.
Fixes #64788.
Built from https://develop.svn.wordpress.org/trunk@61832


git-svn-id: http://core.svn.wordpress.org/trunk@61119 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2026-03-04 21:07:44 +00:00
parent 24c0d0ca3d
commit e80449272b
5 changed files with 9 additions and 9 deletions

View File

@@ -1095,7 +1095,7 @@ th.action-links {
.filter-links li > a:focus,
.show-filters .filter-links a.current:hover,
.show-filters .filter-links a.current:focus {
color: #135e96;
color: var(--wp-admin-theme-color);
}
.wp-filter .search-form {
@@ -1175,7 +1175,7 @@ th.action-links {
.wp-filter .button.drawer-toggle:focus,
.wp-filter .drawer-toggle:focus:before {
background-color: transparent;
color: #135e96;
color: var(--wp-admin-theme-color);
}
.wp-filter .button.drawer-toggle:hover,
@@ -1235,7 +1235,7 @@ th.action-links {
.show-filters .wp-filter .drawer-toggle:hover,
.show-filters .wp-filter .drawer-toggle:focus {
background: #2271b1;
background: var(--wp-admin-theme-color);
}
.show-filters .wp-filter .drawer-toggle:before {

File diff suppressed because one or more lines are too long

View File

@@ -1094,7 +1094,7 @@ th.action-links {
.filter-links li > a:focus,
.show-filters .filter-links a.current:hover,
.show-filters .filter-links a.current:focus {
color: #135e96;
color: var(--wp-admin-theme-color);
}
.wp-filter .search-form {
@@ -1174,7 +1174,7 @@ th.action-links {
.wp-filter .button.drawer-toggle:focus,
.wp-filter .drawer-toggle:focus:before {
background-color: transparent;
color: #135e96;
color: var(--wp-admin-theme-color);
}
.wp-filter .button.drawer-toggle:hover,
@@ -1234,7 +1234,7 @@ th.action-links {
.show-filters .wp-filter .drawer-toggle:hover,
.show-filters .wp-filter .drawer-toggle:focus {
background: #2271b1;
background: var(--wp-admin-theme-color);
}
.show-filters .wp-filter .drawer-toggle:before {

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-beta2-61831';
$wp_version = '7.0-beta2-61832';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.