Notices: improve styling consistency of links within notices.
For accessibility, links inside lines or blocks of text should be always underlined. Props walbo. Fixes #34606. Built from https://develop.svn.wordpress.org/trunk@35801 git-svn-id: http://core.svn.wordpress.org/trunk@35765 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0e8e5124c1
commit
bc7950519b
|
@ -1336,7 +1336,6 @@ div.error p,
|
|||
|
||||
.updated a {
|
||||
padding-bottom: 2px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.notice-alt {
|
||||
|
|
|
@ -1336,7 +1336,6 @@ div.error p,
|
|||
|
||||
.updated a {
|
||||
padding-bottom: 2px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.notice-alt {
|
||||
|
|
|
@ -45,10 +45,6 @@
|
|||
clear: both;
|
||||
}
|
||||
|
||||
.themes-php div.updated a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/**
|
||||
* Main theme element
|
||||
* (has flexible margins)
|
||||
|
|
|
@ -45,10 +45,6 @@
|
|||
clear: both;
|
||||
}
|
||||
|
||||
.themes-php div.updated a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/**
|
||||
* Main theme element
|
||||
* (has flexible margins)
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-alpha-35800';
|
||||
$wp_version = '4.5-alpha-35801';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue