Make WordPress Core

Changeset 62038


Ignore:
Timestamp:
03/17/2026 02:43:56 PM (6 months ago)
Author:
joedolson
Message:

Login and Registration: Fix password icon alignment.

Change the line-height of the button element for toggling password visibility to center the icon vertically.

Props wildworks, niravsherasiya7707, khushi1501, joedolson.
Fixes #64869.

File:
1 edited

Legend:

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

    r61989 r62038  
    106106        box-shadow: none;
    107107        font-size: 14px;
    108         line-height: 2;
     108        line-height: normal;
    109109        width: 2.5rem;
    110110        height: 2.5rem;
Note: See TracChangeset for help on using the changeset viewer.