Skip to content

Commit de3aa66

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

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/wp-admin/css/common.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -812,10 +812,10 @@ img.emoji {
812812
content: "\f153";
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;
821821
}

src/wp-admin/css/list-tables.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
11941194
}
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;
12001200
/* Reset inherited offset from Gutenberg */

0 commit comments

Comments
 (0)