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.

Built from https://develop.svn.wordpress.org/trunk@48116


git-svn-id: http://core.svn.wordpress.org/trunk@47885 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2020-06-21 18:03:10 +00:00
parent ae447adaf4
commit aa98d37cad
13 changed files with 7 additions and 19 deletions

View File

@ -852,7 +852,6 @@ strong, b {
.howto {
color: #666;
font-style: italic;
display: block;
}

File diff suppressed because one or more lines are too long

View File

@ -851,7 +851,6 @@ strong, b {
.howto {
color: #666;
font-style: italic;
display: block;
}

File diff suppressed because one or more lines are too long

View File

@ -1099,7 +1099,6 @@ p.description,
span.description,
.form-wrap p {
font-size: 13px;
font-style: italic;
}
p.description code {

File diff suppressed because one or more lines are too long

View File

@ -1098,7 +1098,6 @@ p.description,
span.description,
.form-wrap p {
font-size: 13px;
font-style: italic;
}
p.description code {

File diff suppressed because one or more lines are too long

View File

@ -183,7 +183,6 @@ ul.add-menu-item-tabs li {
display: inline-block;
vertical-align: middle;
margin-left: 7px;
font-style: italic;
}
.nav-menus-php #post-body div.updated,
@ -658,13 +657,11 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
.field-move-visual-label {
float: right;
margin-left: 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 {
@ -696,7 +693,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 {

File diff suppressed because one or more lines are too long

View File

@ -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 {

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-alpha-48115';
$wp_version = '5.5-alpha-48116';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.