Make WordPress Core

Ticket #46591: 46591.diff

File 46591.diff, 515 bytes (added by mukesh27, 6 years ago)

Patch.

  • wp-admin/css/edit.css

    diff --git a/wp-admin/css/edit.css b/wp-admin/css/edit.css
    index bc1ce3d0c3..af22c31ce0 100644
    a b span.wp-media-buttons-icon:before { 
    870870        width: 20px;
    871871        margin-top: -4px;
    872872        margin-right: 7px;
    873         color: #ddd;
    874873        font: normal 20px/1 dashicons;
    875874        speak: none;
    876875        -webkit-font-smoothing: antialiased;
    877876        -moz-osx-font-smoothing: grayscale;
    878877}
    879878
    880 a.post-format-icon:hover:before {
    881         color: #00a0d2;
    882 }
    883 
    884879#post-formats-select {
    885880        line-height: 2em;
    886881}