Make WordPress Core

Ticket #49570: #49570.2.diff

File #49570.2.diff, 1.1 KB (added by jagirbahesh, 5 years ago)

Patch file for resolve the issue

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

     
    448448#post-body #visibility:before,
    449449.curtime #timestamp:before,
    450450#post-body .misc-pub-revisions:before,
    451 #post-body .misc-pub-response-to:before, 
     451#post-body .misc-pub-response-to:before,
    452452#post-body .misc-pub-comment-status:before {
    453453        color: #82878c;
    454454}
     
    457457#post-body #visibility:before,
    458458.curtime #timestamp:before,
    459459#post-body .misc-pub-revisions:before,
    460 #post-body .misc-pub-response-to:before, 
     460#post-body .misc-pub-response-to:before,
    461461#post-body .misc-pub-comment-status:before {
    462462        font: normal 20px/1 dashicons;
    463463        speak: none;
     
    469469        -moz-osx-font-smoothing: grayscale;
    470470}
    471471
    472 #post-body .misc-pub-post-status:before, 
     472#post-body .misc-pub-post-status:before,
    473473#post-body .misc-pub-comment-status:before {
    474474        content: "\f173";
    475475}
     
    17381738                float: none;
    17391739                width: auto;
    17401740                height: 100%;
     1741                display: flex;
     1742                flex-direction: column;
    17411743        }
    17421744
    17431745        .privacy-text-section a.return-to-top {