Make WordPress Core

Ticket #58335: 58335.1.diff

File 58335.1.diff, 352 bytes (added by sabernhardt, 4 months ago)

removes width and height rules instead of redefining the same values

  • src/wp-admin/css/admin-menu.css

     
    317317}
    318318
    319319.folded #adminmenu div.wp-menu-image {
    320         width: 35px;
    321         height: 30px;
    322320        position: absolute;
    323321        z-index: 25;
    324322}