Bump H3 headings to H2 on the legacy Link Manager screen for better accessibility.
Fixes #34285. Built from https://develop.svn.wordpress.org/trunk@35158 git-svn-id: http://core.svn.wordpress.org/trunk@35124 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -2124,7 +2124,8 @@ body.iframe {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#post-body #post-body-content #namediv h3 {
|
||||
#post-body #post-body-content #namediv h3, /* Back-compat for pre-4.4 */
|
||||
#post-body #post-body-content #namediv h2 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@@ -2136,7 +2137,8 @@ body.iframe {
|
||||
margin: 2px 9px 0 0;
|
||||
}
|
||||
|
||||
#namediv h3 label {
|
||||
#namediv h3 label, /* Back-compat for pre-4.4 */
|
||||
#namediv h2 label {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
|
||||
@@ -2124,7 +2124,8 @@ body.iframe {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#post-body #post-body-content #namediv h3 {
|
||||
#post-body #post-body-content #namediv h3, /* Back-compat for pre-4.4 */
|
||||
#post-body #post-body-content #namediv h2 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@@ -2136,7 +2137,8 @@ body.iframe {
|
||||
margin: 2px 0 0 9px;
|
||||
}
|
||||
|
||||
#namediv h3 label {
|
||||
#namediv h3 label, /* Back-compat for pre-4.4 */
|
||||
#namediv h2 label {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
|
||||
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user