Skip to content

Commit bff3ea5

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@61834 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 1f333db commit bff3ea5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/css/dashboard.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@
536536
}
537537

538538
.community-events li.event-none {
539-
border-left: 4px solid #72aee6;
539+
border-left: 4px solid var(--wp-admin-theme-color, #3858e9);
540540
}
541541

542542
#dashboard-widgets .community-events li.event-none a {

0 commit comments

Comments
 (0)