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:
joedolson
2026-03-05 01:08:43 +00:00
parent 47622201fd
commit 9787071d91
5 changed files with 5 additions and 5 deletions

View File

@@ -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 {

File diff suppressed because one or more lines are too long

View File

@@ -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 {

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