Make WordPress Core

Changeset 61876


Ignore:
Timestamp:
03/10/2026 06:55:01 AM (6 weeks ago)
Author:
audrasjb
Message:

Administration: Update Close icon for dismissible notices.

In #64548, admin notices were restyled to match Gutenberg components more closely. @wordpress/components notices use an SVG icon looking like an x, for dismissible notices. The old notices use an x in a circle, ​Dashicon dismiss/153.

With this changeset, the restyled notices now instead use ​Dashicon no-alt/335 which is closer to the @wordpress/components notices.

Follow-up to [61647], [61681].

Props TobiasBg, niravsherasiya7707, mathiaspeguet, noruzzaman, shailu25, mukesh27, huzaifaalmesbah.
Fixes #64805.
See #64548.

File:
1 edited

Legend:

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

    r61858 r61876  
    810810    background: none;
    811811    color: #1e1e1e;
    812     content: "\f153";
    813     content: "\f153" / '';
     812    content: "\f335";
     813    content: "\f335" / '';
    814814    display: block;
    815815    font: normal 20px/1 dashicons;
Note: See TracChangeset for help on using the changeset viewer.