Files
wordpress/wp-includes/blocks/html/editor.css
ellatrix 04092cb0cc Editor: Bump pinned hash for the Gutenberg repository.
This updates the pinned hash from the `gutenberg` from `9b8144036fa5faf75de43d4502ff9809fcf689ad` to `8c78d87453509661a9f28f978ba2c242d515563b`.

The following changes are included:

- Navigation Editor: Allow any blocks to be inserted by gating contentOnly insertion rules to section blocks (https://github.com/WordPress/gutenberg/pull/76189)
- Add `fetchpriority=low` to `IMG` tags in collapsed Details blocks (https://github.com/WordPress/gutenberg/pull/76269)
- Connectors: Add logo URL support for custom AI providers (https://github.com/WordPress/gutenberg/pull/76190)
- Cover Block: Add a playlist parameter to loop YouTube background videos. (https://github.com/WordPress/gutenberg/pull/76004)
- Connectors: Memoize getConnectors selector (https://github.com/WordPress/gutenberg/pull/76339)
- HTML Block: Fix broken layout (https://github.com/WordPress/gutenberg/pull/76278)
- Tests: Skip connector logo URL tests when AI Client is unavailable (https://github.com/WordPress/gutenberg/pull/76343)
- Navigation Overlay: Explicitly set fetchpriority for images (https://github.com/WordPress/gutenberg/pull/76208)
- Connectors: Show API key source for env vars and wp-config constants (https://github.com/WordPress/gutenberg/pull/76355)
- Connectors: Move API key validation and masking to REST dispatch level (https://github.com/WordPress/gutenberg/pull/76327)
- Connectors: Replace apiFetch with core-data store selectors (https://github.com/WordPress/gutenberg/pull/76333)
- Do not sync local attributes (https://github.com/WordPress/gutenberg/pull/76267)
- Add `fetchpriority=low` to `IMG` tags in collapsed Accordion Item blocks (https://github.com/WordPress/gutenberg/pull/76336)
- Implement disconnection debounce after initial connection (https://github.com/WordPress/gutenberg/pull/76114)
- Allow Post Content to be edited when 'Show template' is active and Post content is nested in a Template Part (https://github.com/WordPress/gutenberg/pull/76305)
- Fix: Document Bar: Back button flickers (https://github.com/WordPress/gutenberg/pull/76320)
- RTC: Move event hooks from editor to core-data (https://github.com/WordPress/gutenberg/pull/76358)
- fix(navigation): prevent right-justified submenu overflow in custom overlays (https://github.com/WordPress/gutenberg/pull/76360)
- Connectors: Add connectors registry for extensibility (https://github.com/WordPress/gutenberg/pull/76364)
- Connectors: Add empty state when no connectors are registered (https://github.com/WordPress/gutenberg/pull/76375)
- Temp: Disable RTC in the site editor (https://github.com/WordPress/gutenberg/pull/76223)
- Connectors: Add AI Experiments plugin callout with install/activate functionality (https://github.com/WordPress/gutenberg/pull/76379)
- Editor: Polish real-time collaboration presence UI and move Avatar to editor package (https://github.com/WordPress/gutenberg/pull/75652) (https://github.com/WordPress/gutenberg/pull/76365)
- RTC: Add collaborator selection highlighting in rich text (https://github.com/WordPress/gutenberg/pull/76107)
- Sync changes from `wp_enqueue_global_styles()` to Gutenberg override (https://github.com/WordPress/gutenberg/pull/76127)
- [RTC] Fix performance regression on post save (https://github.com/WordPress/gutenberg/pull/76370)
- Media: Enable AVIF support for client-side uploads (https://github.com/WordPress/gutenberg/pull/76371)
- Connectors: Move plugin status computation to script module data (https://github.com/WordPress/gutenberg/pull/76409)
- Revisions: Skip rendered fields in REST API responses (https://github.com/WordPress/gutenberg/pull/76347)
- E2E Tests: Add connector setup flow tests with test AI provider (https://github.com/WordPress/gutenberg/pull/76433)
- RTC: Place sync connection modal in front of popover (https://github.com/WordPress/gutenberg/pull/76431)
- Connectors: Sync PHP code with WordPress Core (https://github.com/WordPress/gutenberg/pull/76443)
- Editor: Show own presence in collaborative editing sessions (https://github.com/WordPress/gutenberg/pull/76413) (https://github.com/WordPress/gutenberg/pull/76445)

A full list of changes can be found on GitHub: 9b8144036f…8c78d87453509661a9f28f978ba2c242d515563b.

Log created with:

git log --reverse --format="- %s" 9b8144036fa5faf75de43d4502ff9809fcf689ad..8c78d87453509661a9f28f978ba2c242d515563b | sed 's|#\([0-9][0-9]*\)|https://github.com/WordPress/gutenberg/pull/\1|g; /github\.com\/WordPress\/gutenberg\/pull/!d' | pbcopy

See #64595.

Built from https://develop.svn.wordpress.org/trunk@61988


git-svn-id: http://core.svn.wordpress.org/trunk@61270 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2026-03-12 13:58:51 +00:00

159 lines
3.0 KiB
CSS

/**
* Typography
*/
/**
* SCSS Variables.
*
* Please use variables from this sheet to ensure consistency across the UI.
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
*/
/**
* Colors
*/
/**
* Fonts & basic variables.
*/
/**
* Typography
*/
/**
* Grid System.
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
*/
/**
* Radius scale.
*/
/**
* Elevation scale.
*/
/**
* Dimensions.
*/
/**
* Mobile specific styles
*/
/**
* Editor styles.
*/
/**
* Block & Editor UI.
*/
/**
* Block paddings.
*/
/**
* React Native specific.
* These variables do not appear to be used anywhere else.
*/
/**
* Breakpoints & Media Queries
*/
/**
* Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
* Long content fade mixin
*
* Creates a fading overlay to signify that the content is longer
* than the space allows.
*/
/**
* Breakpoint mixins
*/
/**
* Focus styles.
*/
/**
* Applies editor left position to the selector passed as argument
*/
/**
* Styles that are reused verbatim in a few places
*/
/**
* Allows users to opt-out of animations via OS-level preferences.
*/
/**
* Reset default styles for JavaScript UI based pages.
* This is a WP-admin agnostic reset
*/
/**
* Reset the WP Admin page styles for Gutenberg-like pages.
*/
/**
* Creates a checkerboard pattern background to indicate transparency.
* @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px.
*/
.block-library-html__edit .block-library-html__preview-overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
@media (min-width: 600px) {
.block-library-html__modal:not(.is-full-screen) {
height: 9999rem;
}
}
.block-library-html__modal .components-modal__children-container {
height: 100%;
}
.block-library-html__modal-tabs {
flex: 1;
}
.block-library-html__modal-content {
flex: 1;
}
.block-library-html__modal-tab {
height: 100%;
display: flex;
flex-direction: column;
margin: 0;
box-sizing: border-box;
border: 1px solid #e0e0e0;
border-radius: 2px;
padding: 16px;
font-family: Menlo, Consolas, monaco, monospace;
}
.block-library-html__modal-editor {
width: 100%;
height: 100%;
flex: 1;
border: none;
background: transparent;
padding: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
color: inherit;
resize: none;
/*rtl:ignore*/
direction: ltr;
overflow-x: auto;
box-sizing: border-box;
}
.block-library-html__modal-editor:focus {
outline: none;
box-shadow: none;
}
.block-library-html__preview {
display: flex;
align-items: center;
justify-content: center;
min-height: 0;
overflow-y: auto;
flex: 1;
}
.block-library-html__preview iframe {
height: 100%;
}