: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
/* Note: Any Site Health selectors that use
duplicate styling from the Privacy settings screen
are styled in the Privacy section of edit.css */
.site-health-progress-wrapper {
.site-health-progress-count {
.loading .site-health-progress svg #bar {
animation: loadingPulse 3s infinite ease-in-out;
.site-health-progress svg circle {
transition: stroke-dashoffset 1s linear;
.site-health-progress svg #bar {
.green .site-health-progress #bar {
.green .site-health-progress .site-health-progress-label {
.orange .site-health-progress #bar {
.orange .site-health-progress .site-health-progress-label {
.site-health-progress-label {
@keyframes loadingPulse {
.health-check-tabs-wrapper {
display: -ms-inline-grid;
-ms-grid-columns: 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr;
.health-check-tabs-wrapper.tab-count-1 {
grid-template-columns: 1fr;
.health-check-tabs-wrapper.tab-count-2 {
grid-template-columns: 1fr 1fr;
.health-check-tabs-wrapper.tab-count-3 {
grid-template-columns: 1fr 1fr 1fr;
display: block; /* IE 11 */
padding: 0.5rem 1rem 1rem;
transition: box-shadow 0.5s ease-in-out;
.health-check-offscreen-nav-wrapper {
.health-check-offscreen-nav-wrapper:focus .health-check-offscreen-nav {
.health-check-offscreen-nav {
.health-check-offscreen-nav-wrapper.visible .health-check-offscreen-nav {
.health-check-offscreen-nav:before {
border-width: 0 10px 5px;
border-color: transparent transparent #ffffff;
.health-check-offscreen-nav .health-check-tab {
box-shadow: 0 2px 5px 0 rgba( 0, 0, 0, 0.75 );
.health-check-offscreen-nav .health-check-tab.active {
box-shadow: inset 3px 0 #3582c4;
.health-check-table td:first-child {
.health-check-body .pass::before,
.health-check-body .good::before {
.health-check-body .warning::before {
.health-check-body .info::before {
.health-check-body .fail::before,
.health-check-body .error::before {
.site-health-copy-buttons {
.site-health-copy-buttons .copy-button-wrapper {
.site-health-copy-buttons .success {
.site-status-has-issues.hide {
.site-health-issues-wrapper:first-of-type {
.site-health-issues-wrapper {
@media all and (min-width: 784px) {
.site-status-all-clear.hide {
.site-status-all-clear .dashicons {
.site-status-all-clear .encouragement {
.site-status-all-clear p {
.wp-core-ui .button.site-health-view-passed {
.health-check-wp-paths-sizes.spinner {
/* Styling unique to the dashboard widget. */
#dashboard_site_health .site-health-details {
#dashboard_site_health .site-health-details p:first-child {
#dashboard_site_health .site-health-details p:last-child {
#dashboard_site_health .health-check-widget {
grid-template-columns: 1fr 2fr;
grid-auto-rows: minmax(64px, auto);
#dashboard_site_health .site-health-progress-label {
.health-check-widget-title-section {
@media screen and (max-width: 480px) {
#dashboard_site_health .health-check-widget {
grid-template-columns: 100%;
@media screen and (max-width: 782px) {
.site-health-issues-wrapper .health-check-accordion-trigger {
.health-check-accordion-trigger .badge {
.health-check-table td:first-child {
.wp-core-ui .site-health-copy-buttons .copy-button {