Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
123 commits
Select commit Hold shift + click to select a range
85be643
Collaboration: Add dedicated database table and storage backend
josephfusco Mar 16, 2026
a4f8b98
Collaboration: Replace sync server with collaboration server
josephfusco Mar 16, 2026
da8317c
Collaboration: Remove legacy post meta storage and post type
josephfusco Mar 16, 2026
b06269e
Collaboration: Wire up bootstrap, feature gate, and cron cleanup
josephfusco Mar 16, 2026
886f0b1
Tests: Add collaboration server tests and remove legacy sync tests
josephfusco Mar 16, 2026
6827989
Collaboration: Use persistent object cache for awareness reads
josephfusco Mar 16, 2026
9bcbfe6
Tests: Fix REST schema and multisite test failures
josephfusco Mar 16, 2026
09d0b86
Tests: Remove erroneous connector fixtures from merge artifact
josephfusco Mar 16, 2026
7455141
Collaboration: Rename update_value column to data
josephfusco Mar 17, 2026
d4e27d4
Collaboration: Add type_client_id index and bump db_version
josephfusco Mar 17, 2026
ef00730
Merge branch 'trunk' into collaboration/single-table
josephfusco Mar 17, 2026
9b45174
Collaboration: Add payload limit constants and request validation
josephfusco Mar 17, 2026
dd319b8
Collaboration: Harden entity permission checks
josephfusco Mar 17, 2026
cd4a69f
Collaboration: Add tests for payload limits and permission hardening
josephfusco Mar 17, 2026
442798f
Collaboration: Apply coding standards and clarifications to table sto…
josephfusco Mar 17, 2026
2e7c177
Collaboration: Clean up stale data and unschedule cron when disabled
josephfusco Mar 17, 2026
24f4fdc
Collaboration: Remove backward-compatible wp-sync/v1 route alias
josephfusco Mar 17, 2026
14ba560
Collaboration: Move implementation details from docblock to code comment
josephfusco Mar 17, 2026
318051f
Collaboration: Remove deprecated wp-sync/v1 route test
josephfusco Mar 17, 2026
543bc6b
Collaboration: Add test for client ID reactivation after awareness ex…
josephfusco Mar 17, 2026
ba4ab78
Revert "Collaboration: Remove deprecated wp-sync/v1 route test"
josephfusco Mar 17, 2026
d833d2f
Revert "Collaboration: Remove backward-compatible wp-sync/v1 route al…
josephfusco Mar 17, 2026
030bbce
Collaboration: Harden storage layer, fix duplicate awareness rows, an…
josephfusco Mar 18, 2026
a5d543d
Collaboration: Add missing maxItems to REST schema fixture
josephfusco Mar 18, 2026
85b7491
Collaboration: Rename remove_updates_up_to_cursor to remove_updates_t…
josephfusco Mar 18, 2026
45c639a
Collaboration: Fix PHPCS alignment warnings in tests
josephfusco Mar 18, 2026
0d3d425
Collaboration: Fix REST schema fixture property order
josephfusco Mar 18, 2026
d812496
Merge branch 'trunk' into collaboration/single-table
josephfusco Mar 18, 2026
20131ec
Merge branch 'trunk' into collaboration/single-table
josephfusco Mar 18, 2026
52fc395
Apply suggestion from @peterwilsoncc
josephfusco Mar 19, 2026
1ef60f8
Update src/wp-includes/collaboration/class-wp-collaboration-table-sto…
josephfusco Mar 19, 2026
a988544
Update src/wp-includes/collaboration.php
josephfusco Mar 19, 2026
1a61f33
Collaboration: Merge upstream trunk and adopt wp_collaboration_enable…
josephfusco Mar 19, 2026
92fdc53
Collaboration: Fix test setup for opt-in default
josephfusco Mar 19, 2026
e7ac605
Collaboration: Add tests for cursor uniqueness, LIKE queries, and typ…
josephfusco Mar 19, 2026
a53685f
Collaboration: Add HTTP method rejection and request validation tests
josephfusco Mar 19, 2026
b55f3ce
Collaboration: Harden tests with exact assertions and split multi-sce…
josephfusco Mar 19, 2026
d4ea091
Collaboration: Fix PHPCS errors in tests
josephfusco Mar 19, 2026
6332302
Collaboration: Merge upstream trunk including post meta race conditio…
josephfusco Mar 19, 2026
cc24661
Merge branch 'trunk' into collaboration/single-table
josephfusco Mar 19, 2026
0be5c73
Merge branch 'trunk' into collaboration/single-table
josephfusco Mar 19, 2026
5f320b6
Merge branch 'trunk' into collaboration/single-table
josephfusco Mar 19, 2026
7bd3079
Collaboration: Add test proving sync writes do not invalidate awarene…
josephfusco Mar 19, 2026
68f2a62
Merge branch 'trunk' into collaboration/single-table
josephfusco Mar 20, 2026
4ccf903
Collaboration: Bucket awareness timestamps to 5-second intervals
josephfusco Mar 20, 2026
78ffe6f
Merge branch 'collaboration/single-table' of github.com:josephfusco/w…
josephfusco Mar 20, 2026
eaebdba
Build/Test Tools: Post-branching updates for `trunk`.
desrosj Mar 27, 2026
c1e6670
Post 7.0 branching version bump.
desrosj Mar 27, 2026
da6a04b
Upgrade/Install: Use new default admin color scheme for language drop…
audrasjb Mar 27, 2026
86e4699
Build/Test Tools: Add 7.0-RC2 to upgrade testing workflows.
desrosj Mar 27, 2026
2f7a23a
Code Quality: Unwrap `sprintf()` with one argument.
SergeyBiryukov Mar 27, 2026
993b89d
Exports: Exclude `wp_sync_storage` post type from exports.
peterwilsoncc Mar 27, 2026
4253160
Tests: Fix test that checks MySQL version recommendation.
desrosj Mar 28, 2026
19d4be9
Admin reskin: Remove line-height from input fields.
t-hamano Mar 28, 2026
1967f10
Code Quality: Simplify boolean assignments.
SergeyBiryukov Mar 28, 2026
9cee595
Tests: Prevent unconditional HTTP request in `PluralFormsTest` data p…
westonruter Mar 29, 2026
3b3b726
Code Quality: Replace `is_integer()` with `is_int()` for consistency.
SergeyBiryukov Mar 29, 2026
c2f2558
Media: Guard against `false` return values from `wp_get_attachment_im…
westonruter Mar 30, 2026
232266b
Code Quality: Replace `void` with proper return types in `wpdb` and r…
westonruter Mar 30, 2026
317adff
Code Quality: Replace `void` with proper return types in union PHPDoc…
westonruter Mar 30, 2026
a906b96
Code Quality: Replace `void` with proper return types in Administrati…
westonruter Mar 30, 2026
5462407
Connectors: Fix and generalize the API for custom connector types.
jorgefilipecosta Mar 30, 2026
a6d9020
Admin Reskin: Correct vertical alignment of pagination elements in li…
SergeyBiryukov Mar 30, 2026
15e60ff
Build/Test Tools: Remove erroneous PHP tags for translations from QUn…
westonruter Mar 31, 2026
7919efb
I18N: Provide gettext context to disambiguate translation strings for…
audrasjb Mar 31, 2026
a2479da
I18N: Provide gettext context to disambiguate translation strings for…
audrasjb Mar 31, 2026
88734d4
Administration: Prevent horizontal scrollbar in contextual help panel.
audrasjb Mar 31, 2026
abf9109
I18N: Add context for Next/Previous strings in the jQuery UI datepicker.
SergeyBiryukov Mar 31, 2026
fb48ce3
Merge branch 'trunk' into feature/sync-updates-table
josephfusco Mar 31, 2026
1893a30
Build/Test Tools: Copy vendor scripts earlier in the build.
peterwilsoncc Apr 1, 2026
b60f8ba
Admin Reskin: Change color picker height to match new design system.
t-hamano Apr 1, 2026
465f1ba
Merge branch 'trunk' into collaboration/single-table
josephfusco Apr 1, 2026
8ae6d5a
Collaboration: Add input validation, compaction test, and remove old …
josephfusco Apr 1, 2026
0298cdd
Tests: Add compaction test for integer client IDs
josephfusco Apr 1, 2026
05e48e9
Collaboration: Fix compactor nomination for integer client IDs
josephfusco Apr 1, 2026
4df841c
Tests: Fix PHPCS coding standards in collaboration tests
josephfusco Apr 1, 2026
d368a44
Connectors: Replace `plugin.slug` with `plugin.file` in connector reg…
jorgefilipecosta Apr 1, 2026
e724afb
Tests: Update REST API fixture for client_id schema changes
josephfusco Apr 1, 2026
c5627a1
Fix: Register Akismet Anti-Spam as a connector.
jorgefilipecosta Apr 1, 2026
870e4e0
Tests: Skip collaboration E2E tests when JS runtime is unavailable
josephfusco Apr 1, 2026
3b0be0b
Merge branch 'trunk' into collaboration/single-table
josephfusco Apr 1, 2026
b5da8de
Admin Reskin: Correct ”Copied!” text alignment on Privacy Policy Guid…
SergeyBiryukov Apr 1, 2026
2183f23
REST API: Harden Real Time Collaboration endpoint.
peterwilsoncc Apr 2, 2026
ac5db07
Merge remote-tracking branch 'origin/trunk' into collaboration/single…
josephfusco Apr 2, 2026
d0c6277
Media: Update upload file overlay colors.
joedolson Apr 2, 2026
d508d24
Admin: Limit scope of admin notice link design.
joedolson Apr 2, 2026
8510818
Code Quality: Remove unused variable in `WP_Block_Patterns_Registry`.
SergeyBiryukov Apr 2, 2026
54593bc
Tests: Move data providers and helpers in `Tests_REST_Server` for con…
SergeyBiryukov Apr 3, 2026
e2d6d2b
Administration: Improve dashboard widgets border styles.
audrasjb Apr 4, 2026
b10d2f9
Tests: Adjust Unicode tests for consistency.
SergeyBiryukov Apr 4, 2026
609f25f
Tests: Move `wp_dropdown_languages()` tests to their own file.
SergeyBiryukov Apr 5, 2026
fd34506
Editor: Bump pinned hash for the Gutenberg repository.
jorgefilipecosta Apr 6, 2026
32642e5
Revert Register Akismet Anti-Spam as a connector.
aaronjorbin Apr 6, 2026
74c99a3
Tests: Add missing `@covers` tags for some multisite tests.
SergeyBiryukov Apr 6, 2026
ac186d7
Tests: Add missing `@covers` tags for some multisite tests.
SergeyBiryukov Apr 7, 2026
502624f
Block Hooks: Set ignored blocks meta in REST API response.
sirreal Apr 8, 2026
c37a60a
Abilities: Strip internal schema keywords from abilities REST responses.
jorgefilipecosta Apr 8, 2026
e12ddb3
Tests: Add missing `@covers` tags for some multisite tests.
SergeyBiryukov Apr 8, 2026
a1c062c
Tests: Add missing `@covers` tags for some oEmbed tests.
SergeyBiryukov Apr 9, 2026
f2730e7
Update src/wp-includes/collaboration/class-wp-collaboration-table-sto…
josephfusco Apr 10, 2026
8371c5c
Collaboration: Cap client_id at the storage column width.
josephfusco Apr 10, 2026
6e27b56
Merge branch 'trunk' into collaboration/single-table
josephfusco Apr 10, 2026
8ee5220
Collaboration: Add (room, type, date_gmt) index to the collaboration …
josephfusco Apr 10, 2026
961be20
Merge branch 'collaboration/single-table' of github.com:josephfusco/w…
josephfusco Apr 10, 2026
8043320
Tests: Rename some oEmbed test classes as per the naming conventions.
SergeyBiryukov Apr 10, 2026
780f859
Merge branch 'trunk' into collaboration/single-table
josephfusco Apr 10, 2026
a34cf16
Email: Add unit tests covering email validation and sanitization.
dmsnell Apr 11, 2026
bbb00c5
Email: Add unit tests covering email validation and sanitization. (Ta…
dmsnell Apr 11, 2026
e28a4a4
Tests: Rename some oEmbed test classes as per the naming conventions.
SergeyBiryukov Apr 11, 2026
4bdcb35
Tests: Expand `@covers` tags for `WP_oEmbed` tests.
SergeyBiryukov Apr 12, 2026
aa72dfe
Tests: Expand `@covers` tags for `WP_Embed` tests.
SergeyBiryukov Apr 13, 2026
d549a14
Merge branch 'trunk' into collaboration/single-table
josephfusco Apr 13, 2026
2816923
Upgrade/Install: Use new default admin color scheme for links on the …
t-hamano Apr 14, 2026
5accf7d
Disable pings/trackbacks for local, development, and staging environm…
ramonjd Apr 14, 2026
8e3998b
Administration: Fix focus outline being cut off for the metabox colla…
t-hamano Apr 14, 2026
d7a80fc
REVERT r62231: Disable pings/trackbacks for local, development, and s…
ramonjd Apr 14, 2026
5044e95
Tests: Rename some oEmbed test classes as per the naming conventions.
SergeyBiryukov Apr 14, 2026
bf4c174
Tests: Add missing `@covers` tags for some multisite tests.
SergeyBiryukov Apr 15, 2026
42388b5
Abilities API: Catch exceptions thrown by ability callbacks and retur…
gziolo Apr 16, 2026
9f8a3b1
AI: Prevent `wp_supports_ai` filter from overriding the `WP_AI_SUPPOR…
gziolo Apr 16, 2026
bccb9c1
Tests: Remove `external-http` group from a `get_theme_feature_list()`…
SergeyBiryukov Apr 16, 2026
cec47ab
Merge branch 'trunk' into collaboration/single-table
josephfusco Apr 16, 2026
d95a339
Update tests/qunit/fixtures/wp-api-generated.js.
peterwilsoncc Apr 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .github/workflows/test-old-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
permissions: {}

env:
CURRENTLY_SUPPORTED_BRANCH: '6.9'
CURRENTLY_SUPPORTED_BRANCH: '7.0'

jobs:
dispatch-workflows-for-old-branches:
Expand All @@ -45,12 +45,15 @@ jobs:
'test-build-processes.yml'
]
branch: [
'7.0',
'6.9', '6.8', '6.7', '6.6', '6.5', '6.4', '6.3', '6.2', '6.1','6.0',
'5.9', '5.8', '5.7', '5.6', '5.5', '5.4', '5.3', '5.2', '5.1', '5.0',
'4.9', '4.8', '4.7'
]
include:
# PHP Compatibility testing was introduced in 5.5.
- branch: '7.0'
workflow: 'php-compatibility.yml'
- branch: '6.9'
workflow: 'php-compatibility.yml'
- branch: '6.8'
Expand Down Expand Up @@ -85,6 +88,8 @@ jobs:
# End-to-end testing was introduced in 5.3 but was later removed as there were no meaningful assertions.
# Starting in 5.8 with #52905, some additional tests with real assertions were introduced.
# Branches 5.8 and newer should be tested to confirm no regressions are introduced.
- branch: '7.0'
workflow: 'end-to-end-tests.yml'
- branch: '6.9'
workflow: 'end-to-end-tests.yml'
- branch: '6.8'
Expand Down Expand Up @@ -113,9 +118,9 @@ jobs:
# Performance testing was introduced in 6.2 using Puppeteer but was overhauled to use Playwright instead in 6.4.
# Since the workflow frequently failed for 6.2 and 6.3 due to the flaky nature of the Puppeteer tests,
# the workflow was removed from those two branches.
- branch: '6.9'
- branch: '7.0'
workflow: 'performance.yml'
- branch: '6.8'
- branch: '6.9'
workflow: 'performance.yml'

# Run all branches monthly, but only the currently supported one twice per month.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-develop-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
db-type: [ 'mysql' ]
db-version: [ '5.7', '8.4' ]
# WordPress 5.3 is the oldest version that supports PHP 7.4.
wp: [ '5.3', '6.8', '6.9' ]
wp: [ '5.3', '6.8', '6.9', '7.0-RC2' ]
multisite: [ false, true ]
with:
os: ${{ matrix.os }}
Expand All @@ -101,7 +101,7 @@ jobs:
php: [ '7.4', '8.4' ]
db-type: [ 'mysql' ]
db-version: [ '8.4' ]
wp: [ '6.8', '6.9' ]
wp: [ '6.8', '6.9', '7.0-RC2' ]
multisite: [ false, true ]
with:
os: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
db-type: [ 'mysql' ]
db-version: [ '5.7', '8.0', '8.4', '9.6' ]
wp: [ '6.8', '6.9' ]
wp: [ '6.8', '6.9', '7.0-RC2' ]
multisite: [ false, true ]
with:
os: ${{ matrix.os }}
Expand Down
14 changes: 14 additions & 0 deletions .version-support-mysql.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
{
"7-1": [
"9.6",
"9.5",
"9.4",
"9.3",
"9.2",
"9.1",
"9.0",
"8.4",
"8.0",
"5.7",
"5.6",
"5.5"
],
"7-0": [
"9.6",
"9.5",
Expand Down
9 changes: 9 additions & 0 deletions .version-support-php.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
{
"7-1": [
"7.4",
"8.0",
"8.1",
"8.2",
"8.3",
"8.4",
"8.5"
],
"7-0": [
"7.4",
"8.0",
Expand Down
3 changes: 1 addition & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -1837,6 +1837,7 @@ module.exports = function(grunt) {
'clean:js',
'build:webpack',
'copy:js',
'copy-vendor-scripts',
'file_append',
'uglify:all',
'concat:tinymce',
Expand Down Expand Up @@ -2133,7 +2134,6 @@ module.exports = function(grunt) {
'build:css',
'build:codemirror',
'build:gutenberg',
'copy-vendor-scripts',
'build:certificates'
] );
} else {
Expand All @@ -2145,7 +2145,6 @@ module.exports = function(grunt) {
'build:css',
'build:codemirror',
'build:gutenberg',
'copy-vendor-scripts',
'replace:source-maps',
'verify:build'
] );
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Full details of the WordPress Security Policy and the list of covered projects a

| Version | Supported |
|---------| --------- |
| 7.0.x | Yes |
| 6.9.x | Yes |
| 6.8.x | Yes |
| 6.7.x | Yes |
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wordpress/wordpress",
"version": "7.0.0",
"version": "7.1.0",
"license": "GPL-2.0-or-later",
"description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
"homepage": "https://wordpress.org",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "WordPress",
"version": "7.0.0",
"version": "7.1.0",
"description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
"repository": {
"type": "svn",
"url": "https://develop.svn.wordpress.org/trunk"
},
"gutenberg": {
"sha": "0d133bf7e7437d65d68a06551f3d613a7d8e4361",
"sha": "e2970ba736edb99e08fb369d4fb0c378189468ee",
"ghcrRepo": "WordPress/gutenberg/gutenberg-wp-develop-build"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions src/wp-admin/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,14 @@
wp_schedule_event( time(), 'daily', 'delete_expired_transients' );
}

// Schedule collaboration data cleanup.
if ( wp_is_collaboration_enabled()
&& ! wp_next_scheduled( 'wp_delete_old_collaboration_data' )
&& ! wp_installing()
) {
wp_schedule_event( time(), 'daily', 'wp_delete_old_collaboration_data' );
}

set_screen_options();

$date_format = __( 'F j, Y' );
Expand Down
11 changes: 5 additions & 6 deletions src/wp-admin/css/color-picker.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/* Needs higher specificity to override `.wp-core-ui .button`. */
.wp-picker-container .wp-color-result.button {
min-height: 30px;
min-height: 32px;
margin: 0 6px 6px 0;
padding: 0 0 0 30px;
font-size: 11px;
Expand All @@ -22,7 +22,7 @@
border-left: 1px solid #c3c4c7;
color: #50575e;
display: block;
line-height: 2.54545455; /* 28px */
line-height: 2.72727273; /* 30px */
padding: 0 6px;
text-align: center;
}
Expand Down Expand Up @@ -76,8 +76,8 @@
.wp-customizer .wp-picker-input-wrap .button.wp-picker-clear {
margin-left: 6px;
padding: 0 8px;
line-height: 2.54545455; /* 28px */
min-height: 30px;
line-height: 2.72727273; /* 30px */
min-height: 32px;
}

.wp-picker-container .iris-square-slider .ui-slider-handle:focus {
Expand All @@ -94,11 +94,10 @@
width: 4rem;
font-size: 12px;
font-family: monospace;
line-height: 2.33333333; /* 28px */
margin: 0;
padding: 0 5px;
vertical-align: top;
min-height: 30px;
min-height: 32px;
}

.wp-color-picker::-webkit-input-placeholder {
Expand Down
34 changes: 11 additions & 23 deletions src/wp-admin/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,6 @@ th.action-links {

.wp-filter .search-form input[type="search"] {
min-height: 32px;
line-height: 2.14285714; /* 30px for 32px height with 14px font */
padding: 0 8px;
}

Expand Down Expand Up @@ -1474,22 +1473,22 @@ div.error p,
color: #1e1e1e;
}

.notice a,
.error a,
.updated a {
div.notice a,
div.error a,
div.updated a {
color: var(--wp-admin-theme-color-darker-10);
text-decoration: underline;
}

.notice a:hover,
.error a:hover,
.updated a:hover {
div.notice a:hover,
div.error a:hover,
div.updated a:hover {
color: var(--wp-admin-theme-color-darker-20);
}

.notice a:focus,
.error a:focus,
.updated a:focus {
div.notice a:focus,
div.error a:focus,
div.updated a:focus {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline: 2px solid transparent;
border-radius: 2px;
Expand Down Expand Up @@ -2078,17 +2077,6 @@ p.auto-update-status {
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02), 0 1px 0 rgba(0, 0, 0, 0.02);
}

.contextual-help-tabs .active::after {
content: "";
position: absolute;
top: 0;
right: -1px;
width: 2px;
height: 100%;
background: inherit;
z-index: 2;
}

.contextual-help-tabs .active a {
border-color: #c3c4c7;
color: #2c3338;
Expand Down Expand Up @@ -2293,7 +2281,7 @@ html.wp-toolbar {
line-height: 1;
}

.postbox.closed {
.postbox.closed .postbox-header {
border-bottom: 0;
}

Expand Down Expand Up @@ -3352,7 +3340,7 @@ img {
.postbox .handle-order-higher:focus,
.postbox .handle-order-lower:focus,
.postbox .handlediv:focus {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color);
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color);
border-radius: 50%;
/* Only visible in Windows High Contrast mode */
outline: 2px solid transparent;
Expand Down
1 change: 0 additions & 1 deletion src/wp-admin/css/customize-controls.css
Original file line number Diff line number Diff line change
Expand Up @@ -2184,7 +2184,6 @@ p.customize-section-description {
}

.themes-filter-bar .wp-filter-search {
line-height: 2.14285714; /* 30px for 32px compact input */
padding: 0 10px 0 30px;
max-width: 100%;
width: 40%;
Expand Down
1 change: 0 additions & 1 deletion src/wp-admin/css/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,6 @@
width: 40%;
margin: 0;
min-height: 32px;
line-height: 2.14285714;
padding: 0 8px;
}

Expand Down
9 changes: 5 additions & 4 deletions src/wp-admin/css/edit.css
Original file line number Diff line number Diff line change
Expand Up @@ -994,15 +994,16 @@ form#tags-filter {
}

.privacy-settings-accordion-actions {
text-align: right;
display: block;
justify-content: right;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 1em;
}

.privacy-settings-accordion-actions .success {
display: none;
color: #007017;
padding-right: 1em;
padding-top: 6px;
}

.privacy-settings-accordion-actions .success.visible {
Expand Down
6 changes: 1 addition & 5 deletions src/wp-admin/css/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ input[type="url"],
input[type="week"] {
padding: 0 12px;
/* inherits font size 14px */
line-height: 2.71428571; /* 38px for 40px min-height */
min-height: 40px;
}

Expand Down Expand Up @@ -816,7 +815,6 @@ p.search-box {
p.search-box input[type="search"],
p.search-box input[type="text"] {
min-height: 32px;
line-height: 2.14285714; /* 30px for 32px height with 14px font */
padding: 0 8px;
}

Expand Down Expand Up @@ -1237,8 +1235,7 @@ table.form-table td .updated p {
.options-general-php input.small-text {
width: 56px;
margin: -2px 0;
min-height: 24px;
line-height: 1.71428571; /* 24px for 14px font size */
min-height: 32px;
}

.options-general-php .spinner {
Expand Down Expand Up @@ -1601,7 +1598,6 @@ table.form-table td .updated p {
-webkit-appearance: none;
padding: 0 12px;
min-height: 40px;
line-height: 2.5; /* 40px for 16px font */
}

::-webkit-datetime-edit {
Expand Down
Loading