Skip to content

Commit 3ba698f

Browse files
author
deployment_bot
committed
Refresh WordPress Nightly
1 parent 7054b7f commit 3ba698f

40 files changed

+80
-78
lines changed
Binary file not shown.

packages/playground/wordpress-builds/public/wp-nightly/wp-admin/css/admin-menu-rtl.css

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

packages/playground/wordpress-builds/public/wp-nightly/wp-admin/css/admin-menu-rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/playground/wordpress-builds/public/wp-nightly/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: #fff;
347+
border-right-color: #f0f0f1;
348348
top: 50%;
349349
margin-top: -8px;
350350
}

packages/playground/wordpress-builds/public/wp-nightly/wp-admin/css/admin-menu.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/playground/wordpress-builds/public/wp-nightly/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: #fff !default;
18+
$body-background: #f1f1f1 !default;
1919

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

packages/playground/wordpress-builds/public/wp-nightly/wp-admin/css/colors/blue/colors-rtl.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* may use the function in their own admin CSS files. See #56811.
99
*/
1010
body {
11-
background: #fff;
11+
background: #f1f1f1;
1212
}
1313

1414
/* Links */
@@ -253,8 +253,8 @@ textarea:focus {
253253
.about-wrap .nav-tab-active,
254254
.nav-tab-active,
255255
.nav-tab-active:hover {
256-
background-color: #fff;
257-
border-bottom-color: #fff;
256+
background-color: #f1f1f1;
257+
border-bottom-color: #f1f1f1;
258258
}
259259

260260
/* Admin Menu: submenu */
@@ -306,7 +306,7 @@ textarea:focus {
306306

307307
ul#adminmenu a.wp-has-current-submenu:after,
308308
ul#adminmenu > li.current > a.current:after {
309-
border-left-color: #fff;
309+
border-left-color: #f1f1f1;
310310
}
311311

312312
#adminmenu li.current a.menu-top,

packages/playground/wordpress-builds/public/wp-nightly/wp-admin/css/colors/blue/colors-rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/playground/wordpress-builds/public/wp-nightly/wp-admin/css/colors/blue/colors.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* may use the function in their own admin CSS files. See #56811.
99
*/
1010
body {
11-
background: #fff;
11+
background: #f1f1f1;
1212
}
1313

1414
/* Links */
@@ -253,8 +253,8 @@ textarea:focus {
253253
.about-wrap .nav-tab-active,
254254
.nav-tab-active,
255255
.nav-tab-active:hover {
256-
background-color: #fff;
257-
border-bottom-color: #fff;
256+
background-color: #f1f1f1;
257+
border-bottom-color: #f1f1f1;
258258
}
259259

260260
/* Admin Menu: submenu */
@@ -306,7 +306,7 @@ textarea:focus {
306306

307307
ul#adminmenu a.wp-has-current-submenu:after,
308308
ul#adminmenu > li.current > a.current:after {
309-
border-right-color: #fff;
309+
border-right-color: #f1f1f1;
310310
}
311311

312312
#adminmenu li.current a.menu-top,

packages/playground/wordpress-builds/public/wp-nightly/wp-admin/css/colors/blue/colors.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)