Make WordPress Core

Ticket #53473: 53473.diff

File 53473.diff, 346 bytes (added by ryelle, 5 years ago)

Remove the border

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

     
    166166        padding: 15px 12px;
    167167        text-align: center;
    168168        border-radius: 3px;
     169        border: none;
    169170        transition: opacity 0.1s ease-in-out;
    170171}
    171172