mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 18:08:09 +01:00
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:
parent
eaf4f346fd
commit
127ecc530c
@ -1350,6 +1350,12 @@ ul.cat-checklist {
|
|||||||
margin: 0.5em 0;
|
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 {
|
.plugin-card .update-now:before {
|
||||||
color: #f56e28;
|
color: #f56e28;
|
||||||
content: "\f463";
|
content: "\f463";
|
||||||
|
2
wp-admin/css/list-tables-rtl.min.css
vendored
2
wp-admin/css/list-tables-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1350,6 +1350,12 @@ ul.cat-checklist {
|
|||||||
margin: 0.5em 0;
|
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 {
|
.plugin-card .update-now:before {
|
||||||
color: #f56e28;
|
color: #f56e28;
|
||||||
content: "\f463";
|
content: "\f463";
|
||||||
|
2
wp-admin/css/list-tables.min.css
vendored
2
wp-admin/css/list-tables.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user