Make WordPress Core

Changeset 61784


Ignore:
Timestamp:
03/02/2026 07:50:48 PM (8 days ago)
Author:
joedolson
Message:

Admin: Reskin - update dismiss icons sizing.

Update the sizing of icons in the welcome panel, bulk edit, quick edit, and admin notifications to use relative sizing, fixing alignment issues.

Update focus state for bulk edit remove buttons.

Props mohitbsf, opurockey, sabernhardt, huzaifaalmesbah, madhavishah01, r1k0, ozgursar, noruzzaman, shailu25, joedolson, mukesh27.
Fixes #64684.

Location:
trunk/src/wp-admin/css
Files:
2 edited

Legend:

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

    r61763 r61784  
    813813    content: "\f153" / '';
    814814    display: block;
    815     font: normal 20px/24px dashicons;
    816     height: 24px;
     815    font: normal 20px/1 dashicons;
     816    height: 1em;
    817817    text-align: center;
    818     width: 24px;
     818    width: 1em;
    819819    -webkit-font-smoothing: antialiased;
    820820    -moz-osx-font-smoothing: grayscale;
  • trunk/src/wp-admin/css/list-tables.css

    r61780 r61784  
    11951195
    11961196#bulk-titles .ntdelbutton:focus {
    1197     box-shadow: 0 0 0 2px #3582c4;
     1197    box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color, #3858e9);
    11981198    /* Only visible in Windows High Contrast mode */
    11991199    outline: 2px solid transparent;
Note: See TracChangeset for help on using the changeset viewer.