Coding standards: Use numeric font weights instead of keywords.
Fixes #43897. git-svn-id: https://develop.svn.wordpress.org/trunk@43018 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6eef5a6234
commit
b3836882ef
|
@ -794,7 +794,7 @@ body.adding-menu-items #customize-preview iframe {
|
|||
}
|
||||
|
||||
#accordion-section-add_menu .customize-add-menu-button {
|
||||
font-weight: normal;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
#create-new-menu-submit {
|
||||
|
|
|
@ -1133,18 +1133,18 @@ table.form-table td .updated p {
|
|||
}
|
||||
|
||||
.status-label {
|
||||
font-weight: bold;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.status-label.status-request-pending {
|
||||
font-weight: normal;
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
color: #6c7781;
|
||||
}
|
||||
|
||||
.status-label.status-request-failed {
|
||||
color: #aa0000;
|
||||
font-weight: bold;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.wp-privacy-request-form {
|
||||
|
@ -1156,7 +1156,7 @@ table.form-table td .updated p {
|
|||
}
|
||||
|
||||
.wp-privacy-request-form label {
|
||||
font-weight: bold;
|
||||
font-weight: 600;
|
||||
line-height: 1.5;
|
||||
padding-bottom: .5em;
|
||||
display: block;
|
||||
|
|
|
@ -203,7 +203,7 @@ ul.add-menu-item-tabs li {
|
|||
}
|
||||
|
||||
#menu-management .menu-add-new abbr {
|
||||
font-weight:600;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#select-nav-menu-container {
|
||||
|
|
Loading…
Reference in New Issue