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:
@@ -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 {
|
||||
|
||||
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
@@ -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 {
|
||||
|
||||
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-beta2-61831';
|
||||
$wp_version = '7.0-beta2-61832';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user