Accessibility: Make links in the Customizer underlined by default.

Links within lines or blocks of text should always be underlined since they can't
rely on color alone to be distinguished from the surrounding text. Exceptions
can be handled on a case-by-case basis.

Props Presskopp for the initial patch.
Fixes #37527.

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


git-svn-id: http://core.svn.wordpress.org/trunk@38444 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2016-09-01 22:02:30 +00:00
parent 22e6d59c67
commit c01c23c4f7
5 changed files with 7 additions and 5 deletions

View File

@ -3,7 +3,8 @@ body {
-webkit-text-size-adjust: 100%;
}
#customize-controls a {
.customize-controls-close,
.widget-control-actions a {
text-decoration: none;
}

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,8 @@ body {
-webkit-text-size-adjust: 100%;
}
#customize-controls a {
.customize-controls-close,
.widget-control-actions a {
text-decoration: none;
}

File diff suppressed because one or more lines are too long

View File

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