Make WordPress Core


Ignore:
Timestamp:
04/26/2026 07:02:59 AM (4 weeks ago)
Author:
audrasjb
Message:

Administration: Fix misaligned icon in user profile password field.

This changeset corrects a misalignment issue affecting the show/hide button next to the password field.

Props piyushpatel123, rajdiptank111, ankitkumarshah, andrewssanya, jdahir0789, gautammkgarg, gaurangsondagar, gaisma22, ugyensupport, abduremon, ankitmaru, darshitrajyaguru97, khushdoms, monzuralam.
Fixes #65031.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/user-edit.php

    r61651 r62262  
    696696                                            <div style="display:none" id="pass-strength-result" aria-live="polite"></div>
    697697                                        </div>
    698                                         <button type="button" class="button wp-hide-pw hide-if-no-js" data-toggle="0" aria-label="<?php esc_attr_e( 'Hide password' ); ?>">
     698                                        <button type="button" class="button wp-hide-pw user-new-password-toggle hide-if-no-js" data-toggle="0" aria-label="<?php esc_attr_e( 'Hide password' ); ?>">
    699699                                            <span class="dashicons dashicons-hidden" aria-hidden="true"></span>
    700700                                            <span class="text"><?php _e( 'Hide' ); ?></span>
Note: See TracChangeset for help on using the changeset viewer.