Make WordPress Core

Changeset 45682


Ignore:
Timestamp:
07/26/2019 01:48:52 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Administration: Merge CSS rules for #adminmenu .wp-submenu a in one place.

Props ozmatflc, AkSDvP.
Fixes #47780.

File:
1 edited

Legend:

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

    r45187 r45682  
    168168    color: #b4b9be;
    169169    color: rgba(240, 245, 250, 0.7);
     170    font-size: 13px;
     171    line-height: 1.4;
     172    margin: 0;
     173    padding: 5px 0;
    170174}
    171175
     
    277281    min-width: 160px;
    278282    width: auto;
    279 }
    280 
    281 #adminmenu .wp-submenu a {
    282     font-size: 13px;
    283     line-height: 1.4;
    284     margin: 0;
    285     padding: 5px 0;
    286283}
    287284
Note: See TracChangeset for help on using the changeset viewer.