Skip to content

Commit 9465b37

Browse files
committed
Administration: Introduce a lighter background for WP Admin.
This changeset replaces the light grey background color with the white color defined in the Editor Storybook. This change also impacts admin color schemes that previously utilized the default admin background color. This is an initial implementation of the WordPress design system, aligning with the broader goal of achieving a more consistent and unified design across the administration. Props karmatosed, audrasjb. Fixes #62831. git-svn-id: https://develop.svn.wordpress.org/trunk@59705 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 0a2a18a commit 9465b37

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/wp-admin/css/admin-menu.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ ul#adminmenu > li.current > a.current:after {
344344
width: 0;
345345
position: absolute;
346346
pointer-events: none;
347-
border-right-color: #f0f0f1;
347+
border-right-color: #fff;
348348
top: 50%;
349349
margin-top: -8px;
350350
}

src/wp-admin/css/colors/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $notification-color: #d54e21 !default;
1515

1616
// global
1717

18-
$body-background: #f1f1f1 !default;
18+
$body-background: #fff !default;
1919

2020
$link: #0073aa !default;
2121
$link-focus: color.adjust($link, $lightness: 10%) !default;

src/wp-admin/css/common.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ body {
220220
}
221221

222222
body {
223-
background: #f0f0f1;
224223
color: #3c434a;
225224
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
226225
font-size: 13px;

0 commit comments

Comments
 (0)