WordPress / dashicons

Dashicons, the WordPress admin icon font. For the official resource, please see the WordPress Developer Hub.
https://developer.wordpress.org/resource/dashicons/
GNU General Public License v3.0
564 stars 185 forks source link

Upgrade Site Health “Great job!” Checkmark (Dashicon) #432

Closed ghost closed 3 years ago

ghost commented 3 years ago

Reference: WordPress Core Ticket No. 53980 | Comment No. 2

Request:

Following the guidance provided in reference comment, this is to request WordPress upgrade the current dashicon used for the Site Health "Great job!" screen

from this:

"dashicons-yes" (f147)

dashicon-yes-f147

to this:

"dashicons-yes-alt" (f12a)

dashicon-yes-alt-f12a

Reason for Request:

Upgrade (i.e., modernize) the looks of affected WordPress screen.

Note:

It would be great to use a better-looking dashicon or image. However, current WordPress design limitations are forcing us to recommend the above.

Thank you!

ghost commented 3 years ago

Useful:

Until the above change is made, the following will accomplish the intent of our request:

Go to file: /wp-admin/site-health.php and change Line 203

From:

<span class="dashicons dashicons-yes"></span>

To:

<span style="margin-bottom:20px;" class="dashicons dashicons-yes-alt"></span>

For a kinder and more appropriate look, you can also use this:

<span style="margin-bottom:20px;" class="dashicons dashicons-heart"></span>

Result:

wp-site-health-dashicons-heart

Cheers!

desrosj commented 3 years ago

Directing this request here was a misunderstanding! I've reopened the Trac ticket and added more details.