mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-14 19:42:16 +01:00
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 {
|
.updated a {
|
||||||
padding-bottom: 2px;
|
padding-bottom: 2px;
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice-alt {
|
.notice-alt {
|
||||||
|
@ -1336,7 +1336,6 @@ div.error p,
|
|||||||
|
|
||||||
.updated a {
|
.updated a {
|
||||||
padding-bottom: 2px;
|
padding-bottom: 2px;
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice-alt {
|
.notice-alt {
|
||||||
|
@ -45,10 +45,6 @@
|
|||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
.themes-php div.updated a {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Main theme element
|
* Main theme element
|
||||||
* (has flexible margins)
|
* (has flexible margins)
|
||||||
|
@ -45,10 +45,6 @@
|
|||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
.themes-php div.updated a {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Main theme element
|
* Main theme element
|
||||||
* (has flexible margins)
|
* (has flexible margins)
|
||||||
|
4
wp-admin/css/wp-admin-rtl.min.css
vendored
4
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
4
wp-admin/css/wp-admin.min.css
vendored
4
wp-admin/css/wp-admin.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 = '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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user