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 Nov 21, 2024
1 parent f23aa94 commit 07200bf
Show file tree
Hide file tree
Showing 28 changed files with 62 additions and 39 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2463,7 +2463,7 @@ h1.nav-tab-wrapper, /* Back-compat for pre-4.4 */
}
.nav-menus-php .metabox-holder .accordion-section-title span.dashicons.dashicons-arrow-down::before {
position: relative;
right: -1px
right: -1px;
}

.nav-menus-php .metabox-holder .accordion-section.open .accordion-section-title span.dashicons.dashicons-arrow-down {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2462,7 +2462,7 @@ h1.nav-tab-wrapper, /* Back-compat for pre-4.4 */
}
.nav-menus-php .metabox-holder .accordion-section-title span.dashicons.dashicons-arrow-down::before {
position: relative;
left: -1px
left: -1px;
}

.nav-menus-php .metabox-holder .accordion-section.open .accordion-section-title span.dashicons.dashicons-arrow-down {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -554,17 +554,19 @@ body.trashing #publish-settings {
.15s border-color ease-in-out;
}

.accordion-section-title:has(button.accordion-trigger) {
.accordion-section-title:has(button.accordion-trigger),
#customize-controls .current-panel .control-section > h3.accordion-section-title:has(button.accordion-trigger) {
padding: 0;
}

.accordion-section-title button.accordion-trigger {
all: unset;
width: 100%;
height: 100%;
padding: 10px 14px 11px 10px;
padding: 10px 14px 11px 30px;
display: flex;
align-items: center;
box-sizing: border-box;
}

.accordion-section-title button.accordion-trigger:has(.menu-in-location) {
Expand All @@ -588,6 +590,7 @@ body.trashing #publish-settings {
#customize-outer-theme-controls .accordion-section-title:after {
content: "\f341";
color: #a7aaad;
pointer-events: none;
}

#customize-theme-controls .accordion-section-content,
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -553,17 +553,19 @@ body.trashing #publish-settings {
.15s border-color ease-in-out;
}

.accordion-section-title:has(button.accordion-trigger) {
.accordion-section-title:has(button.accordion-trigger),
#customize-controls .current-panel .control-section > h3.accordion-section-title:has(button.accordion-trigger) {
padding: 0;
}

.accordion-section-title button.accordion-trigger {
all: unset;
width: 100%;
height: 100%;
padding: 10px 10px 11px 14px;
padding: 10px 30px 11px 14px;
display: flex;
align-items: center;
box-sizing: border-box;
}

.accordion-section-title button.accordion-trigger:has(.menu-in-location) {
Expand All @@ -587,6 +589,7 @@ body.trashing #publish-settings {
#customize-outer-theme-controls .accordion-section-title:after {
content: "\f345";
color: #a7aaad;
pointer-events: none;
}

#customize-theme-controls .accordion-section-content,
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,11 @@ p {
vertical-align: baseline;
}

.login .wp-login-logo {
.login h1 {
text-align: center;
}

.login .wp-login-logo a {
.login h1 a {
background-image: url(../images/w-logo-blue.png?ver=20131202);
background-image: none, url(../images/wordpress-logo.svg?ver=20131107);
background-size: 84px;
Expand Down Expand Up @@ -324,13 +324,13 @@ p {

.login #nav a:hover,
.login #backtoblog a:hover,
.login .wp-login-logo a:hover {
.login h1 a:hover {
color: #135e96;
}

.login #nav a:focus,
.login #backtoblog a:focus,
.login .wp-login-logo a:focus {
.login h1 a:focus {
color: #043959;
}

Expand Down Expand Up @@ -391,7 +391,7 @@ body.interim-login {
margin: 5px auto 20px;
}

.interim-login.login .wp-login-logo a {
.interim-login.login h1 a {
width: auto;
}

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 @@ -269,11 +269,11 @@ p {
vertical-align: baseline;
}

.login .wp-login-logo {
.login h1 {
text-align: center;
}

.login .wp-login-logo a {
.login h1 a {
background-image: url(../images/w-logo-blue.png?ver=20131202);
background-image: none, url(../images/wordpress-logo.svg?ver=20131107);
background-size: 84px;
Expand Down Expand Up @@ -323,13 +323,13 @@ p {

.login #nav a:hover,
.login #backtoblog a:hover,
.login .wp-login-logo a:hover {
.login h1 a:hover {
color: #135e96;
}

.login #nav a:focus,
.login #backtoblog a:focus,
.login .wp-login-logo a:focus {
.login h1 a:focus {
color: #043959;
}

Expand Down Expand Up @@ -390,7 +390,7 @@ body.interim-login {
margin: 5px auto 20px;
}

.interim-login.login .wp-login-logo a {
.interim-login.login h1 a {
width: auto;
}

Expand Down
Loading

0 comments on commit 07200bf

Please sign in to comment.