Accessibility: Improve readability by removing unnecessary italic font style.
Continues the removal of italic text where unnecessary or where used on whole lines and big chunks of text. Removes italic type from: - all the `howto` text e.g. the "Tags" meta box, the "Featured image" meta box, the "Insert/edit link" modal dialog in the Classic Editor - the Taxonomies list pages - the edit Taxonomies pages - the Menus page - the Settings pages Props audrasjb. See #47327. git-svn-id: https://develop.svn.wordpress.org/trunk@48116 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
98d22d5d3d
commit
8e0e6bc3aa
@ -851,7 +851,6 @@ strong, b {
|
||||
|
||||
.howto {
|
||||
color: #666;
|
||||
font-style: italic;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
@ -1098,7 +1098,6 @@ p.description,
|
||||
span.description,
|
||||
.form-wrap p {
|
||||
font-size: 13px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
p.description code {
|
||||
|
@ -182,7 +182,6 @@ ul.add-menu-item-tabs li {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-right: 7px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.nav-menus-php #post-body div.updated,
|
||||
@ -657,13 +656,11 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||
.field-move-visual-label {
|
||||
float: left;
|
||||
margin-right: 4px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.menu-item-settings .field-move .button-link {
|
||||
display: none;
|
||||
margin: 0 2px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.menu-item-edit-active .menu-item-settings {
|
||||
@ -695,7 +692,6 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||
border: 1px solid #ddd;
|
||||
color: #72777c;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.link-to-original a {
|
||||
|
Loading…
Reference in New Issue
Block a user