Administration: Update event-none border in dashboard widget.
Update the `event-none` class in the WordPress Events and News widget to use the new color palette. Props huzaifaalmesbah, ocean90, noruzzaman, hmbashar, mukesh27, shailu25, joedolson. Fixes #64756. Built from https://develop.svn.wordpress.org/trunk@61834 git-svn-id: http://core.svn.wordpress.org/trunk@61121 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -537,7 +537,7 @@
|
||||
}
|
||||
|
||||
.community-events li.event-none {
|
||||
border-right: 4px solid #72aee6;
|
||||
border-right: 4px solid var(--wp-admin-theme-color, #3858e9);
|
||||
}
|
||||
|
||||
#dashboard-widgets .community-events li.event-none a {
|
||||
|
||||
2
wp-admin/css/dashboard-rtl.min.css
vendored
2
wp-admin/css/dashboard-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -536,7 +536,7 @@
|
||||
}
|
||||
|
||||
.community-events li.event-none {
|
||||
border-left: 4px solid #72aee6;
|
||||
border-left: 4px solid var(--wp-admin-theme-color, #3858e9);
|
||||
}
|
||||
|
||||
#dashboard-widgets .community-events li.event-none a {
|
||||
|
||||
2
wp-admin/css/dashboard.min.css
vendored
2
wp-admin/css/dashboard.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-61833';
|
||||
$wp_version = '7.0-beta2-61834';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user