Accessibility: Site Health: Make the heading text for site health check issues easier to select in Firefox.

Props afercia, sabernhardt, johnbillion, Clorith, audrasjb.
Fixes #50281.

git-svn-id: https://develop.svn.wordpress.org/trunk@48144 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-06-23 20:46:04 +00:00
parent c43d0272dc
commit c9d2ccb321

View File

@ -304,6 +304,10 @@
width: 100%;
align-items: center;
justify-content: space-between;
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.wp-core-ui .button.site-health-view-passed {