Skip to content

Commit 37a3b3f

Browse files
arthur791004matticbot
authored andcommitted
MU WPCOM: Keep the launch site button always in blueberry (modern scheme) like in wp-admin (#42605)
* MU WPCOM: Keep the launch site button always in blueberry (modern scheme) like in wp-admin * changelog * Apply modern scheme to the launch button * Fix color and hover color Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/14165955349 Upstream-Ref: Automattic/jetpack@20dd0c4
1 parent 0a8603b commit 37a3b3f

File tree

9 files changed

+101
-72
lines changed

9 files changed

+101
-72
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ This is an alpha version! The changes listed here are not final.
108108
- Media Library: Fix Upload from URL don't show in the editor and the color of link
109109
- MU WPCOM: Don't load ETK on agency sites on all pages
110110
- MU WPCOM: Filter out the full-site-editing plugin from the active_plugins list if the plugin file doesn't exist
111+
- MU WPCOM: Keep the launch site button always in blueberry (modern scheme) like in wp-admin
111112
- MU WPCOM: Make email and password available on the profile.php on the default view
112113
- MU WPCOM: Port the fix of the modern color scheme from WP 6.8
113114
- Page & Post: Fix the layout on mobile when details are open
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array(), 'version' => '8900ddd62da7d3713d1c');
1+
<?php return array('dependencies' => array(), 'version' => '0a4c0306fdd3fad68cf3');

jetpack_vendor/automattic/jetpack-mu-wpcom/src/build/wpcom-admin-bar/wpcom-admin-bar.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jetpack_vendor/automattic/jetpack-mu-wpcom/src/build/wpcom-admin-bar/wpcom-admin-bar.rtl.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jetpack_vendor/automattic/jetpack-mu-wpcom/src/features/launch-button/index.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ function wpcom_add_launch_button_to_admin_bar( WP_Admin_Bar $admin_bar ) {
6060
'title' => '<span class="ab-icon">' . $icon . '</span><span class="ab-label">' . __( 'Launch site', 'jetpack-mu-wpcom' ) . '</span>',
6161
'href' => 'https://wordpress.com/start/launch-site?siteSlug=' . $blog_domain,
6262
'meta' => array(
63-
'class' => 'launch-site',
63+
// Use `admin-color-modern` to keep the button always in blueberry (modern scheme).
64+
'class' => 'launch-site admin-color-modern',
6465
),
6566
)
6667
);
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,41 @@
1-
#wpadminbar .launch-site {
1+
#wpadminbar #wp-toolbar .ab-top-menu li.launch-site {
22
background: var(--wp-admin-theme-color);
33
}
44

5-
#wpadminbar .launch-site .ab-item {
5+
#wpadminbar #wp-toolbar .ab-top-menu li.launch-site .ab-item {
66
display: flex;
77
padding-inline: 8px;
8+
color: #fff;
89
}
910

10-
#wpadminbar .launch-site svg {
11+
#wpadminbar #wp-toolbar .ab-top-menu li.launch-site span.ab-label {
12+
color: currentColor;
13+
}
14+
15+
#wpadminbar #wp-toolbar .ab-top-menu li.launch-site span.ab-icon {
16+
color: currentColor;
17+
}
18+
19+
20+
#wpadminbar #wp-toolbar .ab-top-menu li.launch-site svg {
1121
width: 15px;
1222
height: 15px;
1323
fill: currentColor;
1424
}
25+
26+
#wpadminbar #wp-toolbar .ab-top-menu li.launch-site:hover {
27+
background: var(--wp-admin-theme-color-darker-10);
28+
}
29+
30+
#wpadminbar #wp-toolbar .ab-top-menu li.launch-site:hover .ab-item {
31+
color: #fff;
32+
background: transparent;
33+
}
34+
35+
#wpadminbar #wp-toolbar .ab-top-menu li.launch-site:hover span.ab-label {
36+
color: currentColor;
37+
}
38+
39+
#wpadminbar #wp-toolbar .ab-top-menu li.launch-site:hover span.ab-icon {
40+
color: currentColor;
41+
}

jetpack_vendor/i18n-map.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
),
5555
'jetpack-mu-wpcom' => array(
5656
'path' => 'jetpack_vendor/automattic/jetpack-mu-wpcom',
57-
'ver' => '6.2.0-alpha1743121195',
57+
'ver' => '6.2.0-alpha1743404690',
5858
),
5959
'jetpack-password-checker' => array(
6060
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',

vendor/composer/installed.json

+32-32
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"dist": {
8282
"type": "path",
8383
"url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats",
84-
"reference": "d45838b8f634a5621b91aee2cddb3cf9136cf044"
84+
"reference": "6608e4e6a1c4fc8f62c1f65a0abfc5b527c72a2d"
8585
},
8686
"require": {
8787
"php": ">=7.2"
@@ -138,7 +138,7 @@
138138
"dist": {
139139
"type": "path",
140140
"url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui",
141-
"reference": "9c21e942021a45f8820ac8e6d8e102c8d124d3ff"
141+
"reference": "3959a5518841e69a01a63358d45467df57a80c33"
142142
},
143143
"require": {
144144
"php": ">=7.2"
@@ -201,7 +201,7 @@
201201
"dist": {
202202
"type": "path",
203203
"url": "/tmp/jetpack-build/Automattic/jetpack-assets",
204-
"reference": "f97399e4e9bb53206ab0e8fc2b7d98daea59e9a1"
204+
"reference": "dd9ff1c358c8b7990ceeb166ff74972ef3ee904f"
205205
},
206206
"require": {
207207
"automattic/jetpack-constants": "^3.0.6-alpha",
@@ -274,7 +274,7 @@
274274
"dist": {
275275
"type": "path",
276276
"url": "/tmp/jetpack-build/Automattic/jetpack-blaze",
277-
"reference": "7c212aead3c9a7f61d3f6cdfd3669427e87a4170"
277+
"reference": "cbc40386948f049ec3aae3d3ad63ad1a769025f4"
278278
},
279279
"require": {
280280
"automattic/jetpack-assets": "^4.0.15-alpha",
@@ -353,7 +353,7 @@
353353
"dist": {
354354
"type": "path",
355355
"url": "/tmp/jetpack-build/Automattic/jetpack-blocks",
356-
"reference": "d22c188f771b2ddee7cec3987d48419a207aed97"
356+
"reference": "4a7e2beb0a8e873164367ff43f702e4b5e61a5d8"
357357
},
358358
"require": {
359359
"automattic/jetpack-constants": "^3.0.6-alpha",
@@ -413,7 +413,7 @@
413413
"dist": {
414414
"type": "path",
415415
"url": "/tmp/jetpack-build/Automattic/jetpack-calypsoify",
416-
"reference": "0930b9eec137ece6ba1dc0e36226886aca5c35a2"
416+
"reference": "e3281ef5c5d558943c496d25993811254054f6eb"
417417
},
418418
"require": {
419419
"automattic/jetpack-assets": "^4.0.15-alpha",
@@ -482,7 +482,7 @@
482482
"dist": {
483483
"type": "path",
484484
"url": "/tmp/jetpack-build/Automattic/jetpack-classic-theme-helper",
485-
"reference": "702d513309263cd9851ce1101fdf049724bd54b7"
485+
"reference": "518a371e5f8cfc5c2266209d8c9a5d0c90e7609a"
486486
},
487487
"require": {
488488
"automattic/jetpack-assets": "^4.0.15-alpha",
@@ -550,7 +550,7 @@
550550
"dist": {
551551
"type": "path",
552552
"url": "/tmp/jetpack-build/Automattic/jetpack-compat",
553-
"reference": "2ecbe4d095e17b057fad6fea2f2c24fe46ca748a"
553+
"reference": "0c597ee7ef3ec8e185f1db2a36492b0bae28cefc"
554554
},
555555
"require": {
556556
"php": ">=7.2"
@@ -590,7 +590,7 @@
590590
"dist": {
591591
"type": "path",
592592
"url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin",
593-
"reference": "59ce96416bcafbc744f9b81264686aa9e3711f41"
593+
"reference": "4ad5911f44ad874335a683c83ccdfbd404add9ef"
594594
},
595595
"require": {
596596
"composer-plugin-api": "^2.2",
@@ -654,7 +654,7 @@
654654
"dist": {
655655
"type": "path",
656656
"url": "/tmp/jetpack-build/Automattic/jetpack-config",
657-
"reference": "eaa3a4e0a641d24f04b5518124fc878a70096b47"
657+
"reference": "a059f60ca521e674f84e33584fa9f748db898b4f"
658658
},
659659
"require": {
660660
"php": ">=7.2"
@@ -731,7 +731,7 @@
731731
"dist": {
732732
"type": "path",
733733
"url": "/tmp/jetpack-build/Automattic/jetpack-connection",
734-
"reference": "f3106e0d493bbd46f1ce68db27bec6b8a70f1c91"
734+
"reference": "c751f062ee7bf2c684fa8a8299e62fcb349fe3b9"
735735
},
736736
"require": {
737737
"automattic/jetpack-a8c-mc-stats": "^3.0.4",
@@ -819,7 +819,7 @@
819819
"dist": {
820820
"type": "path",
821821
"url": "/tmp/jetpack-build/Automattic/jetpack-constants",
822-
"reference": "e61814740232c6a17fc63ba49b2dacf150179256"
822+
"reference": "e6451d05a0ad93fed785455a6596fda74aae539a"
823823
},
824824
"require": {
825825
"php": ">=7.2"
@@ -877,7 +877,7 @@
877877
"dist": {
878878
"type": "path",
879879
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
880-
"reference": "e2195332f80af8e8e0a082a8c37c20b1e550a3cb"
880+
"reference": "89933042b4caa81a948d922bf96f20b6477dddc6"
881881
},
882882
"require": {
883883
"php": ">=7.2"
@@ -934,7 +934,7 @@
934934
"dist": {
935935
"type": "path",
936936
"url": "/tmp/jetpack-build/Automattic/jetpack-google-analytics",
937-
"reference": "318e069afc1fb6b92899205384d189ec3ea6a574"
937+
"reference": "0bba6508736847b60399a166b88dbaa5146de5e3"
938938
},
939939
"require": {
940940
"automattic/jetpack-status": "^5.1.1-alpha",
@@ -1003,7 +1003,7 @@
10031003
"dist": {
10041004
"type": "path",
10051005
"url": "/tmp/jetpack-build/Automattic/jetpack-ip",
1006-
"reference": "ba0106d465d87e3d7b35266a465512c8f22bc415"
1006+
"reference": "f2dcdb01d35dc97566d77464f48cdb9611ef98f5"
10071007
},
10081008
"require": {
10091009
"php": ">=7.2"
@@ -1065,7 +1065,7 @@
10651065
"dist": {
10661066
"type": "path",
10671067
"url": "/tmp/jetpack-build/Automattic/jetpack-jitm",
1068-
"reference": "f8d3d29ac74ee26bee348502a76d4a3255f688b4"
1068+
"reference": "d95c6697f985ac8c2e72ed5773b685b8b008f0ae"
10691069
},
10701070
"require": {
10711071
"automattic/jetpack-a8c-mc-stats": "^3.0.4",
@@ -1144,7 +1144,7 @@
11441144
"dist": {
11451145
"type": "path",
11461146
"url": "/tmp/jetpack-build/Automattic/jetpack-logo",
1147-
"reference": "20b73889c844ad792ce0a69c70fef15f89afbc8c"
1147+
"reference": "4acdd536baebdcc48818ba696eeb6a33221e14a9"
11481148
},
11491149
"require": {
11501150
"php": ">=7.2"
@@ -1201,7 +1201,7 @@
12011201
"dist": {
12021202
"type": "path",
12031203
"url": "/tmp/jetpack-build/Automattic/jetpack-masterbar",
1204-
"reference": "816a1c63661c1b2ad6a681d6d12397173d984a69"
1204+
"reference": "554dd1bf34c985c8d380b900a471300fab4d9292"
12051205
},
12061206
"require": {
12071207
"automattic/jetpack-assets": "^4.0.15-alpha",
@@ -1282,12 +1282,12 @@
12821282
},
12831283
{
12841284
"name": "automattic/jetpack-mu-wpcom",
1285-
"version": "6.2.0-alpha.1743121195",
1286-
"version_normalized": "6.2.0.0-alpha1743121195",
1285+
"version": "6.2.0-alpha.1743404690",
1286+
"version_normalized": "6.2.0.0-alpha1743404690",
12871287
"dist": {
12881288
"type": "path",
12891289
"url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom",
1290-
"reference": "88fa4dd0dabc7c76164adfa24f537ef26e848316"
1290+
"reference": "9b8623e4f9a2f320f8873203c6f8a3f3dfeb7710"
12911291
},
12921292
"require": {
12931293
"automattic/jetpack-assets": "^4.0.15-alpha",
@@ -1374,7 +1374,7 @@
13741374
"dist": {
13751375
"type": "path",
13761376
"url": "/tmp/jetpack-build/Automattic/jetpack-password-checker",
1377-
"reference": "ee4d913ca528b7551f50990f044c44427ca8d233"
1377+
"reference": "1c50c7c0a45fe760ba4f9f0923c25205230f21c4"
13781378
},
13791379
"require": {
13801380
"php": ">=7.2"
@@ -1433,7 +1433,7 @@
14331433
"dist": {
14341434
"type": "path",
14351435
"url": "/tmp/jetpack-build/Automattic/jetpack-plans",
1436-
"reference": "1d2287f322c8219341393cf1d706c1bca4617dec"
1436+
"reference": "3486fcc4e2fedfcc7e591efaf7bd5c08b5f78e01"
14371437
},
14381438
"require": {
14391439
"automattic/jetpack-connection": "^6.9.1-alpha",
@@ -1499,7 +1499,7 @@
14991499
"dist": {
15001500
"type": "path",
15011501
"url": "/tmp/jetpack-build/Automattic/jetpack-post-list",
1502-
"reference": "c1924316438b33d2524bbb2ffd6f599f89506433"
1502+
"reference": "26a320fd6f63471d3cb6c304c3071020ff5854b1"
15031503
},
15041504
"require": {
15051505
"automattic/jetpack-assets": "^4.0.15-alpha",
@@ -1568,7 +1568,7 @@
15681568
"dist": {
15691569
"type": "path",
15701570
"url": "/tmp/jetpack-build/Automattic/jetpack-redirect",
1571-
"reference": "623acc2d970b74d376d724045207878f4288ab0d"
1571+
"reference": "2e4cf8ade30858f729f1b9878ce2da9ec96a07e2"
15721572
},
15731573
"require": {
15741574
"automattic/jetpack-status": "^5.1.1-alpha",
@@ -1627,7 +1627,7 @@
16271627
"dist": {
16281628
"type": "path",
16291629
"url": "/tmp/jetpack-build/Automattic/jetpack-roles",
1630-
"reference": "fecd091728b9c686961b9c24a2d951975df1c259"
1630+
"reference": "54c233632fb6447f69cf415504b156524d22554b"
16311631
},
16321632
"require": {
16331633
"php": ">=7.2"
@@ -1685,7 +1685,7 @@
16851685
"dist": {
16861686
"type": "path",
16871687
"url": "/tmp/jetpack-build/Automattic/jetpack-stats",
1688-
"reference": "079d731ccb67b2bf84f8db3a752b37ec0a2941a7"
1688+
"reference": "a55db7a0d5ba542073b26b006852ea430f4712b3"
16891689
},
16901690
"require": {
16911691
"automattic/jetpack-connection": "^6.9.1-alpha",
@@ -1755,7 +1755,7 @@
17551755
"dist": {
17561756
"type": "path",
17571757
"url": "/tmp/jetpack-build/Automattic/jetpack-stats-admin",
1758-
"reference": "a0386deec40cafd3d7e3c981e01b36939446929f"
1758+
"reference": "656b35483c5a832b78bf6785ab4efe858ca4e5d5"
17591759
},
17601760
"require": {
17611761
"automattic/jetpack-connection": "^6.9.1-alpha",
@@ -1826,7 +1826,7 @@
18261826
"dist": {
18271827
"type": "path",
18281828
"url": "/tmp/jetpack-build/Automattic/jetpack-status",
1829-
"reference": "d3291c6fe95460e698465c153d1ac309d7df8055"
1829+
"reference": "3e3f0325903419a1b98b36a265fd08638d4db6ad"
18301830
},
18311831
"require": {
18321832
"automattic/jetpack-constants": "^3.0.6-alpha",
@@ -1894,7 +1894,7 @@
18941894
"dist": {
18951895
"type": "path",
18961896
"url": "/tmp/jetpack-build/Automattic/jetpack-subscribers-dashboard",
1897-
"reference": "8324f83af48c88d8c1b0bff43553b4118506165a"
1897+
"reference": "8951f2b2abfa8023490efb399e18b1c54e4c950c"
18981898
},
18991899
"require": {
19001900
"automattic/jetpack-connection": "^6.9.1-alpha",
@@ -1976,7 +1976,7 @@
19761976
"dist": {
19771977
"type": "path",
19781978
"url": "/tmp/jetpack-build/Automattic/jetpack-sync",
1979-
"reference": "14a54112ec337a81bfb5014e1240e18e87935008"
1979+
"reference": "c3bb52bf6288d4bf729534433f07d05b6b4c54f9"
19801980
},
19811981
"require": {
19821982
"automattic/jetpack-connection": "^6.9.1-alpha",
@@ -2052,7 +2052,7 @@
20522052
"dist": {
20532053
"type": "path",
20542054
"url": "/tmp/jetpack-build/Automattic/scheduled-updates",
2055-
"reference": "2b7c280fc193eeb24b58092daedc748e8251661f"
2055+
"reference": "867a5d28cf17e5b199dc573ac29ea11842e1b488"
20562056
},
20572057
"require": {
20582058
"automattic/jetpack-connection": "^6.9.1-alpha",

0 commit comments

Comments
 (0)