Skip to content

Commit

Permalink
Ship WordPress 6.5 beta 1 (#1036)
Browse files Browse the repository at this point in the history
Ships WordPress 6.5 beta 1
  • Loading branch information
adamziel authored Feb 13, 2024
1 parent ef1eb3f commit 456d7cb
Show file tree
Hide file tree
Showing 646 changed files with 174,106 additions and 168,517 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,8 @@
position: relative;
display: flex;
flex-direction: column;
align-items: start;
justify-content: end;
align-items: flex-start;
justify-content: flex-end;
box-sizing: border-box;
padding: var(--gap) 0;
height: clamp(12.5rem, -1.25rem + 36.67vw, 26.25rem);
Expand Down Expand Up @@ -1127,7 +1127,7 @@
}

.about-wrap .is-vertically-aligned-top {
align-self: start;
align-self: flex-start;
}

.about-wrap .is-vertically-aligned-center {
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -534,8 +534,8 @@
position: relative;
display: flex;
flex-direction: column;
align-items: start;
justify-content: end;
align-items: flex-start;
justify-content: flex-end;
box-sizing: border-box;
padding: var(--gap) 0;
height: clamp(12.5rem, -1.25rem + 36.67vw, 26.25rem);
Expand Down Expand Up @@ -1126,7 +1126,7 @@
}

.about-wrap .is-vertically-aligned-top {
align-self: start;
align-self: flex-start;
}

.about-wrap .is-vertically-aligned-center {
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -280,11 +280,9 @@ a:focus .media-icon img,
a:focus .plugin-icon,
.wp-person a:focus .gravatar {
color: #043959;
box-shadow:
0 0 0 1px #4f94d4,
0 0 2px 1px rgba(79, 148, 212, 0.8);
/* Only visible in Windows High Contrast mode */
outline: 1px solid transparent;
box-shadow: 0 0 0 2px #2271b1;
/* Only visible in Windows High Contrast mode */
outline: 2px solid transparent;
}

#adminmenu a:focus {
Expand Down Expand Up @@ -845,9 +843,9 @@ img.emoji {
}

.tagchecklist .ntdelbutton:focus .remove-tag-icon:before {
box-shadow:
0 0 0 1px #4f94d4,
0 0 2px 1px rgba(79, 148, 212, 0.8);
box-shadow: 0 0 0 2px #2271b1;
/* Only visible in Windows High Contrast mode */
outline: 2px solid transparent;
}

.key-labels label {
Expand Down Expand Up @@ -1119,7 +1117,8 @@ th.action-links {
}

.wp-filter .search-form.search-plugins select,
.wp-filter .search-form.search-plugins .wp-filter-search {
.wp-filter .search-form.search-plugins .wp-filter-search,
.no-js .wp-filter .search-form.search-plugins .button {
display: inline-block;
margin-top: 10px;
vertical-align: top;
Expand Down Expand Up @@ -1460,10 +1459,9 @@ div.error p,
}

.notice-dismiss:focus {
outline: none;
box-shadow:
0 0 0 1px #4f94d4,
0 0 2px 1px rgba(79, 148, 212, 0.8);
box-shadow: 0 0 0 2px #2271b1;
/* Only visible in Windows High Contrast mode */
outline: 2px solid transparent;
}

.notice-success,
Expand Down Expand Up @@ -1500,14 +1498,32 @@ div.error {
background-color: #f0f6fc;
}

#plugin-information-footer .update-now:not(.button-disabled):before {
color: #d63638;
content: "\f463";
display: inline-block;
font: normal 20px/1 dashicons;
margin: -3px -2px 0 5px;
speak: never;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
vertical-align: middle;
}

#plugin-information-footer .notice {
margin-top: -5px;
}

.update-message p:before,
.updating-message p:before,
.updated-message p:before,
.import-php .updating-message:before,
.button.updating-message:before,
.button.updated-message:before,
.button.installed:before,
.button.installing:before {
.button.installing:before,
.button.activating-message:before,
.button.activated-message:before {
display: inline-block;
font: normal 20px/1 'dashicons';
-webkit-font-smoothing: antialiased;
Expand Down Expand Up @@ -1544,7 +1560,8 @@ div.error {
.updating-message p:before,
.import-php .updating-message:before,
.button.updating-message:before,
.button.installing:before {
.button.installing:before,
.button.activating-message:before {
color: #d63638;
content: "\f463";
}
Expand All @@ -1554,6 +1571,7 @@ div.error {
.import-php .updating-message:before,
.button.updating-message:before,
.button.installing:before,
.button.activating-message:before,
.plugins .column-auto-updates .dashicons-update.spin,
.theme-overlay .theme-autoupdate .dashicons-update.spin {
animation: rotation 2s infinite linear;
Expand All @@ -1564,6 +1582,7 @@ div.error {
.import-php .updating-message:before,
.button.updating-message:before,
.button.installing:before,
.button.activating-message:before,
.plugins .column-auto-updates .dashicons-update.spin,
.theme-overlay .theme-autoupdate .dashicons-update.spin {
animation: none;
Expand All @@ -1577,7 +1596,8 @@ div.error {
/* Updated icon (check mark). */
.updated-message p:before,
.installed p:before,
.button.updated-message:before {
.button.updated-message:before,
.button.activated-message:before {
color: #68de7c;
content: "\f147";
}
Expand Down Expand Up @@ -1662,19 +1682,37 @@ p.auto-update-status {
.button.updating-message:before,
.button.updated-message:before,
.button.installed:before,
.button.installing:before {
.button.installing:before,
.button.activated-message:before,
.button.activating-message:before {
margin: 3px -2px 0 5px;
}

.button-primary.updating-message:before {
#plugin-information-footer .button.installed:before,
#plugin-information-footer .button.installing:before,
#plugin-information-footer .button.updating-message:before,
#plugin-information-footer .button.updated-message:before,
#plugin-information-footer .button.activated-message:before,
#plugin-information-footer .button.activating-message:before {
margin: 9px -2px 0 5px;
}

#plugin-information-footer .button.update-now.updating-message:before {
margin: -3px -2px 0 5px;
}

.button-primary.updating-message:before,
.button-primary.activating-message:before {
color: #fff;
}

.button-primary.updated-message:before {
.button-primary.updated-message:before,
.button-primary.activated-message:before {
color: #9ec2e6;
}

.button.updated-message {
.button.updated-message,
.button.activated-message {
transition-property: border, background, color;
transition-duration: .05s;
transition-timing-function: ease-in-out;
Expand Down Expand Up @@ -1764,8 +1802,10 @@ p.auto-update-status {
}

#screen-meta-links .show-settings:focus {
border-color: #4f94d4;
box-shadow: 0 0 3px rgba(34, 113, 177, 0.8);
border-color: #2271b1;
box-shadow: 0 0 0 1px #2271b1;
/* Only visible in Windows High Contrast mode */
outline: 2px solid transparent;
}

#screen-meta-links .show-settings:active {
Expand Down Expand Up @@ -2103,8 +2143,8 @@ html.wp-toolbar {
.postbox .handle-order-higher,
.postbox .handle-order-lower,
.postbox .handlediv {
width: 36px;
height: 36px;
width: 1.62rem;
height: 1.62rem;
margin: 0;
padding: 0;
border: 0;
Expand Down Expand Up @@ -3021,7 +3061,6 @@ div.action-links {
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

#TB_window.plugin-details-modal.thickbox-loading:before {
Expand Down Expand Up @@ -3147,11 +3186,10 @@ img {
.postbox .handle-order-higher:focus,
.postbox .handle-order-lower:focus,
.postbox .handlediv:focus {
box-shadow:
0 0 0 1px #4f94d4,
0 0 2px 1px rgba(79, 148, 212, 0.8);
box-shadow: inset 0 0 0 2px #2271b1;
border-radius: 50%;
/* Only visible in Windows High Contrast mode */
outline: 1px solid transparent;
outline: 2px solid transparent;
}

.postbox .handle-order-higher:focus .order-higher-indicator::before,
Expand All @@ -3176,7 +3214,6 @@ img {
font-family: Consolas, Monaco, monospace;
font-size: 13px;
background: #f6f7f7;
-o-tab-size: 4;
tab-size: 4;
}

Expand Down Expand Up @@ -3251,12 +3288,17 @@ img {
[role="treeitem"] {
outline: 0;
}

[role="treeitem"] a:focus,
[role="treeitem"] .folder-label.focus {
color: #043959;
box-shadow:
0 0 0 1px #4f94d4,
0 0 2px 1px rgba(79, 148, 212, 0.8);
/* Reset default focus style. */
box-shadow: none;
/* Use an inset outline instead, so it's visible also over the current file item. */
outline: 2px solid #2271b1;
outline-offset: -2px;
}

[role="treeitem"].hover,
[role="treeitem"] .folder-label.hover {
background-color: #f0f0f1;
Expand Down Expand Up @@ -3398,6 +3440,10 @@ img {
text-decoration: none;
}

#templateside li.current-file > a {
padding-bottom: 0;
}

#templateside li:not(.howto) > a:first-of-type {
padding-top: 0;
}
Expand Down Expand Up @@ -3483,13 +3529,13 @@ img {
.accordion-section-title:hover:after {
color: #1d2327;
/* Only visible in Windows High Contrast mode */
outline: 1px solid transparent;
outline: 2px solid transparent;
}

.widget-top .widget-action:focus .toggle-indicator:before {
box-shadow:
0 0 0 1px #4f94d4,
0 0 2px 1px rgba(79, 148, 212, 0.8);
box-shadow: 0 0 0 2px #2271b1;
/* Only visible in Windows High Contrast mode */
outline: 2px solid transparent;
}

.control-section .accordion-section-title:after,
Expand Down Expand Up @@ -3765,7 +3811,6 @@ img {
* HiDPI Displays
*/
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
/* Back-compat for pre-3.8 */
div.star-holder,
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 456d7cb

Please sign in to comment.