Administration: Underline links in the admin footer for better accessibility.
Props Presskopp. Fixes #37529. Built from https://develop.svn.wordpress.org/trunk@38347 git-svn-id: http://core.svn.wordpress.org/trunk@38288 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d611efe5b1
commit
b79713c1b0
|
@ -2098,14 +2098,6 @@ html.wp-toolbar {
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
#wpfooter a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#wpfooter a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
25.0 - Tabbed Admin Screen Interface (Experimental)
|
||||
------------------------------------------------------------------------------*/
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2098,14 +2098,6 @@ html.wp-toolbar {
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
#wpfooter a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#wpfooter a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
25.0 - Tabbed Admin Screen Interface (Experimental)
|
||||
------------------------------------------------------------------------------*/
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.7-alpha-38345';
|
||||
$wp_version = '4.7-alpha-38347';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue