Make WordPress Core

Changeset 43018


Ignore:
Timestamp:
04/29/2018 11:36:53 AM (6 years ago)
Author:
afercia
Message:

Coding standards: Use numeric font weights instead of keywords.

Fixes #43897.

Location:
trunk/src/wp-admin/css
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/customize-nav-menus.css

    r42152 r43018  
    795795
    796796#accordion-section-add_menu .customize-add-menu-button {
    797     font-weight: normal;
     797    font-weight: 400;
    798798}
    799799
  • trunk/src/wp-admin/css/forms.css

    r42978 r43018  
    11341134
    11351135.status-label {
    1136     font-weight: bold;
     1136    font-weight: 600;
    11371137}
    11381138
    11391139.status-label.status-request-pending {
    1140     font-weight: normal;
     1140    font-weight: 400;
    11411141    font-style: italic;
    11421142    color: #6c7781;
     
    11451145.status-label.status-request-failed {
    11461146    color: #aa0000;
    1147     font-weight: bold;
     1147    font-weight: 600;
    11481148}
    11491149
     
    11571157
    11581158.wp-privacy-request-form label {
    1159     font-weight: bold;
     1159    font-weight: 600;
    11601160    line-height: 1.5;
    11611161    padding-bottom: .5em;
  • trunk/src/wp-admin/css/nav-menus.css

    r42817 r43018  
    204204
    205205#menu-management .menu-add-new abbr {
    206     font-weight:600;
     206    font-weight: 600;
    207207}
    208208
Note: See TracChangeset for help on using the changeset viewer.