Make WordPress Core

Ticket #42888: 42888.9.diff

File 42888.9.diff, 495 bytes (added by afercia, 5 years ago)
  • src/wp-admin/css/login.css

     
    355355        word-wrap: normal !important; /* many screen reader and browser combinations announce broken words as they would appear visually */
    356356}
    357357
     358/* Hide the Edge "reveal password" native button */
     359input::-ms-reveal {
     360        display: none;
     361}
     362
    358363@-ms-viewport {
    359364        width: device-width;
    360365}