[wp-trac] [WordPress Trac] #58096: Incorrect color for "Theme enabled." admin notice

WordPress Trac noreply at wordpress.org
Thu Apr 6 10:44:50 UTC 2023


#58096: Incorrect color for "Theme enabled." admin notice
--------------------------------------+---------------------
 Reporter:  ocean90                   |       Owner:  (none)
     Type:  defect (bug)              |      Status:  new
 Priority:  normal                    |   Milestone:  6.2.1
Component:  Networks and Sites        |     Version:  6.2
 Severity:  minor                     |  Resolution:
 Keywords:  good-first-bug has-patch  |     Focuses:  ui
--------------------------------------+---------------------

Comment (by SergeyBiryukov):

 Replying to [comment:1 audrasjb]:
 > I can reproduce the issue on my side.
 > Looks like classes `notice notice-updated is-dismissible` should be
 replaced with `updated notice is-dismissible` for 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
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/58096#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list