Skip to content

Commit

Permalink
Recompile WordPress major and beta versions
Browse files Browse the repository at this point in the history
  • Loading branch information
deployment_bot committed Jun 18, 2024
1 parent 23162b8 commit 1ed4c01
Show file tree
Hide file tree
Showing 90 changed files with 654 additions and 486 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,12 @@ body.locale-he-il .press-this a.wp-switch-editor {
.locale-de-de-formal #customize-header-actions .spinner {
margin: 16px 3px 0; /* default 16px 4px 0 5px */
}
body[class*="locale-de-"] .inline-edit-row fieldset label span.title {
body[class*="locale-de-"] .inline-edit-row fieldset label span.title,
body[class*="locale-de-"] .inline-edit-row fieldset.inline-edit-date legend {
width: 7em; /* default 6em */
}
body[class*="locale-de-"] .inline-edit-row fieldset label span.title{
body[class*="locale-de-"] .inline-edit-row fieldset label span.input-text-wrap,
body[class*="locale-de-"] .inline-edit-row fieldset .timestamp-wrap {
margin-right: 7em; /* default 6em */
}

Expand Down Expand Up @@ -117,7 +119,16 @@ body[class*="locale-de-"] .inline-edit-row fieldset label span.title{
margin-right: 8em; /* default 6em */
}

/* Fix overridden width for adjusted locales */
body[class*="locale-de-"] .quick-edit-row-post fieldset.inline-edit-col-right label span.title,
.locale-ru-ru .quick-edit-row-post fieldset.inline-edit-col-right label span.title,
.locale-lt-lt .quick-edit-row-post fieldset.inline-edit-col-right label span.title {
width: auto;
}

@media screen and (max-width: 782px) {
body[class*="locale-de-"] .inline-edit-row fieldset label span.input-text-wrap,
body[class*="locale-de-"] .inline-edit-row fieldset .timestamp-wrap,
.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap,
.locale-ru-ru .inline-edit-row fieldset .timestamp-wrap,
.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,12 @@ body.locale-he-il .press-this a.wp-switch-editor {
.locale-de-de-formal #customize-header-actions .spinner {
margin: 16px 3px 0; /* default 16px 4px 0 5px */
}
body[class*="locale-de-"] .inline-edit-row fieldset label span.title {
body[class*="locale-de-"] .inline-edit-row fieldset label span.title,
body[class*="locale-de-"] .inline-edit-row fieldset.inline-edit-date legend {
width: 7em; /* default 6em */
}
body[class*="locale-de-"] .inline-edit-row fieldset label span.title{
body[class*="locale-de-"] .inline-edit-row fieldset label span.input-text-wrap,
body[class*="locale-de-"] .inline-edit-row fieldset .timestamp-wrap {
margin-left: 7em; /* default 6em */
}

Expand Down Expand Up @@ -116,7 +118,16 @@ body[class*="locale-de-"] .inline-edit-row fieldset label span.title{
margin-left: 8em; /* default 6em */
}

/* Fix overridden width for adjusted locales */
body[class*="locale-de-"] .quick-edit-row-post fieldset.inline-edit-col-right label span.title,
.locale-ru-ru .quick-edit-row-post fieldset.inline-edit-col-right label span.title,
.locale-lt-lt .quick-edit-row-post fieldset.inline-edit-col-right label span.title {
width: auto;
}

@media screen and (max-width: 782px) {
body[class*="locale-de-"] .inline-edit-row fieldset label span.input-text-wrap,
body[class*="locale-de-"] .inline-edit-row fieldset .timestamp-wrap,
.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap,
.locale-ru-ru .inline-edit-row fieldset .timestamp-wrap,
.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@ body.js .theme-browser.search-loading {
clear: both;
}

.themes-php:not(.network-admin) .wrap h1 {
margin-bottom: 15px;
}

.themes-php .wrap h1 .button {
margin-right: 20px;
}

/* Search form */
.themes-php .search-form {
display: inline;
display: inline-flex;
align-items: center;
position: relative;
top: 0;
gap: .5rem;
width: 100%;
justify-content: end;
}

.themes-php .wp-filter-search {
position: relative;
top: -2px;
right: 20px;
margin: 0;
width: 280px;
}
Expand Down Expand Up @@ -956,11 +956,15 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
clear: both;
right: 0;
left: 0;
margin: -5px 0 20px;
width: 100%;
max-width: 280px;
}

.theme-install-php .wp-filter p.search-box {
display: grid;
row-gap: .5rem;
}

.theme-browser .theme.add-new-theme span:after {
font: normal 60px/90px dashicons;
width: 80px;
Expand Down Expand Up @@ -1030,6 +1034,13 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
padding-right: 20px;
}

/* Override column gap adjustment in media library. */
@media only screen and (max-width: 1000px) {
.theme-install-php .wp-filter p.search-box {
column-gap: .5rem;
}
}

.theme-install-php a.upload,
.theme-install-php a.browse-themes {
cursor: pointer;
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@ body.js .theme-browser.search-loading {
clear: both;
}

.themes-php:not(.network-admin) .wrap h1 {
margin-bottom: 15px;
}

.themes-php .wrap h1 .button {
margin-left: 20px;
}

/* Search form */
.themes-php .search-form {
display: inline;
display: inline-flex;
align-items: center;
position: relative;
top: 0;
gap: .5rem;
width: 100%;
justify-content: end;
}

.themes-php .wp-filter-search {
position: relative;
top: -2px;
left: 20px;
margin: 0;
width: 280px;
}
Expand Down Expand Up @@ -955,11 +955,15 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
clear: both;
left: 0;
right: 0;
margin: -5px 0 20px;
width: 100%;
max-width: 280px;
}

.theme-install-php .wp-filter p.search-box {
display: grid;
row-gap: .5rem;
}

.theme-browser .theme.add-new-theme span:after {
font: normal 60px/90px dashicons;
width: 80px;
Expand Down Expand Up @@ -1029,6 +1033,13 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
padding-left: 20px;
}

/* Override column gap adjustment in media library. */
@media only screen and (max-width: 1000px) {
.theme-install-php .wp-filter p.search-box {
column-gap: .5rem;
}
}

.theme-install-php a.upload,
.theme-install-php a.browse-themes {
cursor: pointer;
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ themes.view.Appearance = wp.Backbone.View.extend({
},

// Defines search element container.
searchContainer: $( '.search-form' ),
searchContainer: $( '.search-form .search-box' ),

// Search input and view
// for current theme collection.
Expand All @@ -118,7 +118,7 @@ themes.view.Appearance = wp.Backbone.View.extend({
// Render and append after screen title.
view.render();
this.searchContainer
.append( $.parseHTML( '<label class="screen-reader-text" for="wp-filter-search-input">' + l10n.search + '</label>' ) )
.append( $.parseHTML( '<label for="wp-filter-search-input">' + l10n.search + '</label>' ) )
.append( view.el )
.on( 'submit', function( event ) {
event.preventDefault();
Expand Down Expand Up @@ -1359,7 +1359,6 @@ themes.view.Search = wp.Backbone.View.extend({
searching: false,

attributes: {
placeholder: l10n.searchPlaceholder,
type: 'search',
'aria-describedby': 'live-search-desc'
},
Expand Down

Large diffs are not rendered by default.

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
"version": 2,
"patterns": [
"three-columns-of-services",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
}

.wp-block-search__input{
-webkit-appearance:initial;
appearance:none;
appearance:none;
border:1px solid #949494;
flex-grow:1;
margin-left:0;
Expand Down
Loading

0 comments on commit 1ed4c01

Please sign in to comment.