#58096 closed defect (bug) (fixed)
Incorrect color for "Theme enabled." admin notice
| Reported by: | ocean90 | Owned by: | audrasjb |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.2.1 |
| Component: | Networks and Sites | Version: | 6.2 |
| Severity: | minor | Keywords: | good-first-bug has-patch |
| Cc: | Focuses: | ui |
Attachments (6)
Change History (20)
This ticket was mentioned in PR #4309 on WordPress/wordpress-develop by MarineEvain.
3 years ago
#2
- Keywords has-patch added; needs-patch removed
#3
@
3 years ago
Hi,
This is my first time patching WordPress code. If someone can review it and let me know if this helps...
Have a nice day!
#4
in reply to: ↑ 1
@
3 years ago
Replying to audrasjb:
I can reproduce the issue on my side.
Looks like classesnotice notice-updated is-dismissibleshould be replaced withupdated notice is-dismissiblefor this notice. Not CSS change needed.
The updated class is legacy, see #44640, so we should just replace notice-updated with notice-success here:
notice notice-success is-dismissible
#5
@
3 years ago
Thanks, @dhrumilk for the patch.
The Patch looks good to me. but still need to update line 386 and 387
#10
@
3 years ago
- Keywords fixed-major added; commit removed
- Resolution fixed
- Status closed → reopened
Reopening for branch 6.2 backport.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I can reproduce the issue on my side.
Looks like classes
notice notice-updated is-dismissibleshoulb be replaced withupdated notice is-dismissiblefor this notice. Not CSS change needed.