Skip to content

Commit f5dbc21

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@61876 602fd350-edb4-49c9-b593-d223f7449a82
1 parent d32670e commit f5dbc21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wp-admin/css/common.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -809,8 +809,8 @@ img.emoji {
809809
.notice-dismiss:before {
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;
816816
height: 1em;

0 commit comments

Comments
 (0)