Make WordPress Core

Changeset 46372


Ignore:
Timestamp:
10/01/2019 05:59:18 PM (5 years ago)
Author:
afercia
Message:

Login and Registration: Hide the Edge browser "Reveal password" native button.

Props Clorith.
Fixes #42888.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/login.css

    r46371 r46372  
    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;
Note: See TracChangeset for help on using the changeset viewer.