Make WordPress Core

Ticket #51435: 51435.alt.diff

File 51435.alt.diff, 503 bytes (added by garrett-eclipse, 6 years ago)

Alternate patch to leave the notice an info and instead apply a left warning border down the length of the removable text.

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

     
    724724}
    725725
    726726.text-removed .policy-text {
    727         color: #666;
    728         font-weight: 600;
     727        color: #999;
     728        font-weight: 300;
     729        padding-left: 5px;
     730        border-left: 3px solid #ffb900;
    729731}
     732.text-removed .policy-text h2 {
     733        color: #707f8f;
     734        font-weight: 500;
     735}
    730736
    731737.privacy-text-actions {
    732738        display: inline-block;