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:
@@ -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 {
|
||||
|
||||
2
wp-admin/css/common-rtl.min.css
vendored
2
wp-admin/css/common-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -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 {
|
||||
|
||||
2
wp-admin/css/common.min.css
vendored
2
wp-admin/css/common.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user