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.

Built from https://develop.svn.wordpress.org/trunk@42810


git-svn-id: http://core.svn.wordpress.org/trunk@42640 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2018-03-08 23:20:30 +00:00
parent eaf4f346fd
commit 127ecc530c
5 changed files with 15 additions and 3 deletions

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";

File diff suppressed because one or more lines are too long

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";

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-42809';
$wp_version = '5.0-alpha-42810';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.