Skip to content

Commit 39a7df2

Browse files
author
deployment_bot
committed
Recompile WordPress
1 parent 72832b1 commit 39a7df2

File tree

140 files changed

+11493
-11267
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+11493
-11267
lines changed

packages/playground/remote/public/wp-nightly/wp-admin/css/about-rtl.css

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222

2323
.about__container {
2424
/* Section backgrounds */
25-
--background: #151515;
25+
--background: #EAE9E7;
2626
--subtle-background: #EAE9E7;
2727

2828
/* Main text color */
2929
--text: #1e1e1e;
3030
--text-light: #fff;
3131

3232
/* Accent colors: used in header, on special classes. */
33-
--accent-1: #D8613C; /* Link color */
33+
--accent-1: #C94C26; /* Link color */
3434
--accent-2: #CFCABE; /* Accent background */
3535
--accent-3: #f0f0f1; /* hr background */
3636
--accent-4: #B1C5A4; /* Light green */
@@ -539,28 +539,30 @@
539539
justify-content: end;
540540
box-sizing: border-box;
541541
padding: var(--gap) 0;
542-
min-height: 420px;
542+
height: clamp(12.5rem, -1.25rem + 36.67vw, 26.25rem);
543543
color: var(--text-light);
544-
background: var(--background) url('../images/about-header-about.svg?ver=6.4') no-repeat;
545-
background-size: cover;
546-
background-position: center;
544+
background-image: url('../images/about-header-about.svg?ver=6.4'), url('../images/about-header-background.svg?ver=6.4');
545+
background-size: auto 70%, cover;
547546
border-radius: 5px;
547+
background-repeat: no-repeat;
548+
background-position: left 7% center, top right;
549+
background-color: var(--background);
548550
}
549551

550552
.credits-php .about__header {
551-
background-image: url('../images/about-header-credits.svg?ver=6.4');
553+
background-image: url('../images/about-header-credits.svg?ver=6.4'), url('../images/about-header-background.svg?ver=6.4');
552554
}
553555

554556
.freedoms-php .about__header {
555-
background-image: url('../images/about-header-freedoms.svg?ver=6.4');
557+
background-image: url('../images/about-header-freedoms.svg?ver=6.4'), url('../images/about-header-background.svg?ver=6.4');
556558
}
557559

558560
.privacy-php .about__header {
559-
background-image: url('../images/about-header-privacy.svg?ver=6.4');
561+
background-image: url('../images/about-header-privacy.svg?ver=6.4'), url('../images/about-header-background.svg?ver=6.4');
560562
}
561563

562564
.contribute-php .about__header {
563-
background-image: url('../images/about-header-contribute.svg?ver=6.4');
565+
background-image: url('../images/about-header-contribute.svg?ver=6.4'), url('../images/about-header-background.svg?ver=6.4');
564566
}
565567

566568
.about__header-image {
@@ -569,8 +571,9 @@
569571

570572
.about__header-title {
571573
box-sizing: border-box;
572-
margin: 0 calc(var(--gap) + 3rem);
574+
margin: 0 calc(var(--gap) + 2rem);
573575
padding: 0;
576+
max-width: 55%;
574577
}
575578

576579
.about__header-title h1 {
@@ -582,6 +585,7 @@
582585
font-weight: 600;
583586
}
584587

588+
.about-php .about__header-title h1,
585589
.credits-php .about__header-title h1,
586590
.freedoms-php .about__header-title h1,
587591
.privacy-php .about__header-title h1,
@@ -646,11 +650,8 @@
646650
}
647651

648652
@media screen and (max-width: 960px) {
649-
.about__header-title h1 {
650-
/* Fluid font size scales on browser size 600px - 960px. */
651-
font-size: clamp(3rem, 13.33vw - 2rem, 6rem);
652-
}
653653

654+
.about-php .about__header-title h1,
654655
.credits-php .about__header-title h1,
655656
.freedoms-php .about__header-title h1,
656657
.privacy-php .about__header-title h1,

packages/playground/remote/public/wp-nightly/wp-admin/css/about-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/remote/public/wp-nightly/wp-admin/css/about.css

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121

2222
.about__container {
2323
/* Section backgrounds */
24-
--background: #151515;
24+
--background: #EAE9E7;
2525
--subtle-background: #EAE9E7;
2626

2727
/* Main text color */
2828
--text: #1e1e1e;
2929
--text-light: #fff;
3030

3131
/* Accent colors: used in header, on special classes. */
32-
--accent-1: #D8613C; /* Link color */
32+
--accent-1: #C94C26; /* Link color */
3333
--accent-2: #CFCABE; /* Accent background */
3434
--accent-3: #f0f0f1; /* hr background */
3535
--accent-4: #B1C5A4; /* Light green */
@@ -538,28 +538,30 @@
538538
justify-content: end;
539539
box-sizing: border-box;
540540
padding: var(--gap) 0;
541-
min-height: 420px;
541+
height: clamp(12.5rem, -1.25rem + 36.67vw, 26.25rem);
542542
color: var(--text-light);
543-
background: var(--background) url('../images/about-header-about.svg?ver=6.4') no-repeat;
544-
background-size: cover;
545-
background-position: center;
543+
background-image: url('../images/about-header-about.svg?ver=6.4'), url('../images/about-header-background.svg?ver=6.4');
544+
background-size: auto 70%, cover;
546545
border-radius: 5px;
546+
background-repeat: no-repeat;
547+
background-position: right 7% center, top left;
548+
background-color: var(--background);
547549
}
548550

549551
.credits-php .about__header {
550-
background-image: url('../images/about-header-credits.svg?ver=6.4');
552+
background-image: url('../images/about-header-credits.svg?ver=6.4'), url('../images/about-header-background.svg?ver=6.4');
551553
}
552554

553555
.freedoms-php .about__header {
554-
background-image: url('../images/about-header-freedoms.svg?ver=6.4');
556+
background-image: url('../images/about-header-freedoms.svg?ver=6.4'), url('../images/about-header-background.svg?ver=6.4');
555557
}
556558

557559
.privacy-php .about__header {
558-
background-image: url('../images/about-header-privacy.svg?ver=6.4');
560+
background-image: url('../images/about-header-privacy.svg?ver=6.4'), url('../images/about-header-background.svg?ver=6.4');
559561
}
560562

561563
.contribute-php .about__header {
562-
background-image: url('../images/about-header-contribute.svg?ver=6.4');
564+
background-image: url('../images/about-header-contribute.svg?ver=6.4'), url('../images/about-header-background.svg?ver=6.4');
563565
}
564566

565567
.about__header-image {
@@ -568,8 +570,9 @@
568570

569571
.about__header-title {
570572
box-sizing: border-box;
571-
margin: 0 calc(var(--gap) + 3rem);
573+
margin: 0 calc(var(--gap) + 2rem);
572574
padding: 0;
575+
max-width: 55%;
573576
}
574577

575578
.about__header-title h1 {
@@ -581,6 +584,7 @@
581584
font-weight: 600;
582585
}
583586

587+
.about-php .about__header-title h1,
584588
.credits-php .about__header-title h1,
585589
.freedoms-php .about__header-title h1,
586590
.privacy-php .about__header-title h1,
@@ -645,11 +649,8 @@
645649
}
646650

647651
@media screen and (max-width: 960px) {
648-
.about__header-title h1 {
649-
/* Fluid font size scales on browser size 600px - 960px. */
650-
font-size: clamp(3rem, 13.33vw - 2rem, 6rem);
651-
}
652652

653+
.about-php .about__header-title h1,
653654
.credits-php .about__header-title h1,
654655
.freedoms-php .about__header-title h1,
655656
.privacy-php .about__header-title h1,

packages/playground/remote/public/wp-nightly/wp-admin/css/about.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/remote/public/wp-nightly/wp-admin/css/common-rtl.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,8 @@ th.action-links {
11191119
}
11201120

11211121
.wp-filter .search-form.search-plugins select,
1122-
.wp-filter .search-form.search-plugins .wp-filter-search {
1122+
.wp-filter .search-form.search-plugins .wp-filter-search,
1123+
.no-js .wp-filter .search-form.search-plugins .button {
11231124
display: inline-block;
11241125
margin-top: 10px;
11251126
vertical-align: top;

packages/playground/remote/public/wp-nightly/wp-admin/css/common-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/remote/public/wp-nightly/wp-admin/css/common.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,8 @@ th.action-links {
11181118
}
11191119

11201120
.wp-filter .search-form.search-plugins select,
1121-
.wp-filter .search-form.search-plugins .wp-filter-search {
1121+
.wp-filter .search-form.search-plugins .wp-filter-search,
1122+
.no-js .wp-filter .search-form.search-plugins .button {
11221123
display: inline-block;
11231124
margin-top: 10px;
11241125
vertical-align: top;

packages/playground/remote/public/wp-nightly/wp-admin/css/common.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/remote/public/wp-nightly/wp-admin/css/list-tables-rtl.css

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,17 +1148,6 @@ ul.cat-checklist {
11481148
overflow-y: scroll;
11491149
}
11501150

1151-
ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
1152-
content: '';
1153-
border-top: 2px solid grey;
1154-
width: 65%;
1155-
height: 2px;
1156-
position: absolute;
1157-
top: calc( 50% + 1px );
1158-
right: 50%;
1159-
transform: translate( 50%, -50% );
1160-
}
1161-
11621151
#bulk-titles .ntdelbutton,
11631152
#bulk-titles .ntdeltitle,
11641153
.inline-edit-row fieldset ul.cat-checklist label {

packages/playground/remote/public/wp-nightly/wp-admin/css/list-tables-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.

0 commit comments

Comments
 (0)