mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-10 21:00:59 +01:00
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:
parent
ae447adaf4
commit
aa98d37cad
@ -852,7 +852,6 @@ strong, b {
|
||||
|
||||
.howto {
|
||||
color: #666;
|
||||
font-style: italic;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
2
wp-admin/css/common-rtl.min.css
vendored
2
wp-admin/css/common-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -851,7 +851,6 @@ strong, b {
|
||||
|
||||
.howto {
|
||||
color: #666;
|
||||
font-style: italic;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
2
wp-admin/css/common.min.css
vendored
2
wp-admin/css/common.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1099,7 +1099,6 @@ p.description,
|
||||
span.description,
|
||||
.form-wrap p {
|
||||
font-size: 13px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
p.description code {
|
||||
|
2
wp-admin/css/edit-rtl.min.css
vendored
2
wp-admin/css/edit-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1098,7 +1098,6 @@ p.description,
|
||||
span.description,
|
||||
.form-wrap p {
|
||||
font-size: 13px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
p.description code {
|
||||
|
2
wp-admin/css/edit.min.css
vendored
2
wp-admin/css/edit.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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 {
|
||||
|
2
wp-admin/css/nav-menus-rtl.min.css
vendored
2
wp-admin/css/nav-menus-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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 {
|
||||
|
2
wp-admin/css/nav-menus.min.css
vendored
2
wp-admin/css/nav-menus.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user