[wp-trac] [WordPress Trac] #57307: WordPress dashboard => about page banner color doesn't match with admin color scheme settings

WordPress Trac noreply at wordpress.org
Sat Dec 10 18:55:18 UTC 2022


#57307: WordPress dashboard => about page banner color doesn't match with admin
color scheme settings
------------------------------+------------------------------
 Reporter:  robinwpdeveloper  |       Owner:  (none)
     Type:  defect (bug)      |      Status:  new
 Priority:  normal            |   Milestone:  Awaiting Review
Component:  Administration    |     Version:  6.1.1
 Severity:  normal            |  Resolution:
 Keywords:  needs-patch       |     Focuses:
------------------------------+------------------------------

Comment (by costdev):

 Looks like the Dashboard's Welcome panel sets its background to
 `$dashboard-accent-1`, and embeds the SVG directly in the page, styling
 `fill` with `$dashboard-accent-1` and `stroke` with `$dashboard-accent-2`.
 [https://github.com/wordpress/wordpress-
 develop/blob/1b42990b0cff38f2bf0f528e18ab525c336b2837/src/wp-
 admin/css/colors/_admin.scss#L786-L798 See here].

 The solution should be careful to maintain the same width, height and
 positioning of each SVG on the `About`, `Credit`, `Freedoms` and `Privacy`
 pages.

 Pinging @ryelle as the most knowledgeable contributor on this code for
 insights.

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


More information about the wp-trac mailing list