Make WordPress Core


Ignore:
Timestamp:
05/26/2021 01:52:26 AM (4 years ago)
Author:
ryelle
Message:

Site Health, Privacy: Combine shared CSS for Site Health & Privacy Settings

The styles for the Privacy settings page were based on the Site Health section. These were duplicated into edit.css in #49264. This change merges the selectors from Site Health into the Privacy section, to reduce that duplicate code.

Props xkon, notlaura, clorith.
See #52429.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/dashboard.php

    r50833 r51025  
    18921892    $issues_total = $issue_counts['recommended'] + $issue_counts['critical'];
    18931893    ?>
    1894     <div class="health-check-title-section site-health-progress-wrapper loading hide-if-no-js">
     1894    <div class="health-check-widget-title-section site-health-progress-wrapper loading hide-if-no-js">
    18951895        <div class="site-health-progress">
    18961896            <svg role="img" aria-hidden="true" focusable="false" width="100%" height="100%" viewBox="0 0 200 200" version="1.1" xmlns="http://www.w3.org/2000/svg">
Note: See TracChangeset for help on using the changeset viewer.