Accessibility: Remove inappropriate content from the Posts and Edit screens headings.
Props grahamarmfield, SergeyBiryukov, trishasalas, valendesigns, rianrietveld, afercia. See #26601. Built from https://develop.svn.wordpress.org/trunk@38983 git-svn-id: http://core.svn.wordpress.org/trunk@38926 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -572,10 +572,20 @@ code {
|
||||
font-size: 23px;
|
||||
font-weight: 400;
|
||||
margin: 0;
|
||||
padding: 9px 0 4px 15px;
|
||||
padding: 9px 0 4px 0;
|
||||
line-height: 29px;
|
||||
}
|
||||
|
||||
.wrap h1.wp-heading-inline {
|
||||
display: inline-block;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.wp-header-end {
|
||||
visibility: hidden;
|
||||
margin: -2px 0 0;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
margin: 0;
|
||||
padding-right: 25px;
|
||||
@@ -608,6 +618,10 @@ code {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.wrap .wp-heading-inline + .page-title-action {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.wrap .add-new-h2:hover, /* deprecated */
|
||||
.wrap .page-title-action:hover {
|
||||
border-color: #008EC2;
|
||||
@@ -3654,6 +3668,10 @@ img {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.wrap h1.wp-heading-inline {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.wrap .add-new-h2, /* deprecated */
|
||||
.wrap .add-new-h2:active, /* deprecated */
|
||||
.wrap .page-title-action,
|
||||
|
||||
4
wp-admin/css/common-rtl.min.css
vendored
4
wp-admin/css/common-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -572,10 +572,20 @@ code {
|
||||
font-size: 23px;
|
||||
font-weight: 400;
|
||||
margin: 0;
|
||||
padding: 9px 15px 4px 0;
|
||||
padding: 9px 0 4px 0;
|
||||
line-height: 29px;
|
||||
}
|
||||
|
||||
.wrap h1.wp-heading-inline {
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.wp-header-end {
|
||||
visibility: hidden;
|
||||
margin: -2px 0 0;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
margin: 0;
|
||||
padding-left: 25px;
|
||||
@@ -608,6 +618,10 @@ code {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.wrap .wp-heading-inline + .page-title-action {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.wrap .add-new-h2:hover, /* deprecated */
|
||||
.wrap .page-title-action:hover {
|
||||
border-color: #008EC2;
|
||||
@@ -3654,6 +3668,10 @@ img {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.wrap h1.wp-heading-inline {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.wrap .add-new-h2, /* deprecated */
|
||||
.wrap .add-new-h2:active, /* deprecated */
|
||||
.wrap .page-title-action,
|
||||
|
||||
4
wp-admin/css/common.min.css
vendored
4
wp-admin/css/common.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user