Make WordPress Core


Ignore:
Timestamp:
11/05/2021 11:39:44 AM (3 years ago)
Author:
Clorith
Message:

Site Health: Update the icon used when no issues are reported.

The icon used to be a rather blocky checkmark, but has now been changed to the more friendly, and less ambiguous, smiley dashicon.

It also helps cover a rare cases where a checkmark, while often used to mark something as done, may also be used to indicate that something is incorrect (many thanks to my 6th grade teacher for this rationale).

As an added bonus, this commit also adjusts the margins used around the icon, to make it fit more nicely on both large and small viewports.

Props sabernhardt, generosus.
Fixes #53980.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/site-health.php

    r51252 r52018  
    201201    <div class="site-status-all-clear hide">
    202202        <p class="icon">
    203             <span class="dashicons dashicons-yes"></span>
     203            <span class="dashicons dashicons-smiley" aria-hidden="true"></span>
    204204        </p>
    205205
Note: See TracChangeset for help on using the changeset viewer.