Make WordPress Core

Changeset 48116


Ignore:
Timestamp:
06/21/2020 06:01:02 PM (4 years ago)
Author:
afercia
Message:

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.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r48082 r48116  
    852852.howto {
    853853    color: #666;
    854     font-style: italic;
    855854    display: block;
    856855}
  • trunk/src/wp-admin/css/edit.css

    r47771 r48116  
    10991099.form-wrap p {
    11001100    font-size: 13px;
    1101     font-style: italic;
    11021101}
    11031102
  • trunk/src/wp-admin/css/nav-menus.css

    r48051 r48116  
    183183    vertical-align: middle;
    184184    margin-right: 7px;
    185     font-style: italic;
    186185}
    187186
     
    658657    float: left;
    659658    margin-right: 4px;
    660     font-style: italic;
    661659}
    662660
     
    664662    display: none;
    665663    margin: 0 2px;
    666     font-style: italic;
    667664}
    668665
     
    696693    color: #72777c;
    697694    font-size: 12px;
    698     font-style: italic;
    699695}
    700696
Note: See TracChangeset for help on using the changeset viewer.