Opened 6 weeks ago
Closed 4 weeks ago
#64780 closed defect (bug) (fixed)
[Admin Reskin] WordPress Events widget list background and borders still use old colors.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 7.0 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | admin-reskin has-test-info has-screenshots has-patch |
| Focuses: | css | Cc: |
Description
The no events container (left border and background color) still uses the old color scheme.
Steps to Reproduce
- Head over to the admin dashboard.
- Look under the "WordPress Events and News" section while there are no events.
- Observe the border left color and background color of the "There are no events scheduled near you at the moment. Would you like to organize a WordPress event?" container.
Expected Behavior
The colors should match the current admin color scheme.
Screenshot
Change History (17)
This ticket was mentioned in PR #11116 on WordPress/wordpress-develop by @r1k0.
6 weeks ago
#1
- Keywords has-patch added
#2
@
6 weeks ago
Related to #64756 (WordPress Events widget still using old hardcoded color scheme).
@mukesh27 commented on PR #11116:
6 weeks ago
#3
#5
@
6 weeks ago
Tested. It is working as expected after patch.
before patch :
https://postimg.cc/nXP4TvQ1
after-patch :
https://postimg.cc/T5fgh0ZT
@r1k0 commented on PR #11116:
6 weeks ago
#6
@mukeshpanchal27 Nice catch, let me update that.
@r1k0 commented on PR #11116:
6 weeks ago
#7
#9
follow-up:
↓ 11
@
5 weeks ago
Hi,
I tried applying the patch using npm run grunt patch but it failed due to a conflict in src/wp-admin/css/dashboard.css.
It looks like both the patch and the current codebase have changes to the same part of that file, so they're clashing. Could you take a look at the PR, resolve the conflict in dashboard.css, and push an updated version so the patch applies cleanly?
Thanks
@r1k0 commented on PR #11116:
5 weeks ago
#10
Merged latest trunk and resolved conflict in dashboard.css.
#11
in reply to:
↑ 9
@
5 weeks ago
Replying to amin7:
Hi,
I tried applying the patch using
npm run grunt patchbut it failed due to a conflict insrc/wp-admin/css/dashboard.css.
It looks like both the patch and the current codebase have changes to the same part of that file, so they're clashing. Could you take a look at the PR, resolve the conflict in
dashboard.css, and push an updated version so the patch applies cleanly?
Thanks
PR updated, feel free to test it now
@huzaifaalmesbah commented on PR #11116:
5 weeks ago
#12
#13
@
5 weeks ago
- Summary changed from [Admin Reskin] Dashboard: Update no events colors. to [Admin Reskin] WordPress Events widget background and list item borders still use old colors.
#14
@
5 weeks ago
- Summary changed from [Admin Reskin] WordPress Events widget background and list item borders still use old colors. to [Admin Reskin] WordPress Events widget list background and borders still use old colors.
#15
@
5 weeks ago
Test Report
Description
This report validates whether the indicated patch works as expected.
Patch tested:https://github.com/WordPress/wordpress-develop/pull/11116
Environment
WordPress: 7.0-beta3
PHP: 8.2.7
Server: ngnix
Browser: Chrome 145.0.0.0
OS: macOS
Theme: Twenty Twenty-Five
MU Plugins: None activated
Result
✅ Issue resolved with this patch.

Trac ticket: https://core.trac.wordpress.org/ticket/64780#ticket
## Use of AI Tools
None