Accessibility: Underline the links in the Plugins descriptions and update notices.

Links within blocks and lines of text should always be underlined.

Props Travel_girl, chetan200891, Shital Patel.
Fixes #42647.


git-svn-id: https://develop.svn.wordpress.org/trunk@42810 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2018-03-08 23:19:08 +00:00
parent 70f795bc74
commit 4fef5ff721

View File

@ -1350,6 +1350,12 @@ ul.cat-checklist {
margin: 0.5em 0;
}
.plugins .plugin-description a,
.plugins .plugin-update a,
.updates-table .plugin-title a {
text-decoration: underline;
}
.plugin-card .update-now:before {
color: #f56e28;
content: "\f463";