WordPress/wp-includes/blocks/site-logo/editor.min.css

1 line
1.5 KiB
CSS
Raw Normal View History

Update the WP packages with fixes prior to WP 6.2 beta 4 This updated the packages to the latest versions with the latest fixes. Gutenberg changes: https://github.com/WordPress/gutenberg/commit/35f10c183655e9196d4ea12b8fa499a8ecbb7b6a Includes the following bug fixes: - Only add layout classes to inner wrapper if block is a container. - Revert dynamic block anchor support - [Inserter - Media tab]: Upload Openverse images when inserted - SpacingSizesControl: Fix white dot on thumb - Site Editor: update the edit button - Change "Browse all templates" to "Manage all templates" in template details popover - Remove TemplateAreas from template details - Add support for orientation-based block movers to core/social-links - Site Editor: polish add template modal style - Match color of the focus template view with site dark material - Site Editor: Fix routing for Classic themes using block-based template parts - Remove broken site editor redirect - Make the template customized info accessible - Sort templates and template parts by slug - Prevent distracting focused back button on site editor load - Fix: Content only CPT template locking. - Pin floating-ui/react-dom version - Widget Importer: Don't render controls when there's nothing to import - Post Editor: Update postContentBlock check to see if the block is valid - Site Tagline: Add example so that it will display in style book - Remove copy for managing a block's style variations - Fix the site editor home page loading when installed in a subdirectory - Global Styles: Display preset names via the tooltip - [Query Loop] Fix top border in pattern selection modal - Site Editor: Fix the 'Browse all' link in the template details modal - Site Editor: Fix the tooltip and shortcut for the global save button - Make the Site Logo block placeholder state smaller - Site Editor Sidebar: Add line-height for template/parts name and update width for edit button - Style Book: Focus the Style Book when opened, and enable ESCAPE key to close - [Site Editor]: Set html block as freeform fallback block - Make the performance tests more stable - Adds all allowed innerblocks to the inspector animation experiment - Revert Link control UX changes for WP 6.2 - Fix Site Editor perf tests - Playwright: fix request utils for non Docker envs See #57471. Props Mamaduka, ntsekouras. Built from https://develop.svn.wordpress.org/trunk@55440 git-svn-id: http://core.svn.wordpress.org/trunk@54973 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-03-01 13:05:03 +01:00
.wp-block-site-logo.aligncenter>div,.wp-block[data-align=center]>.wp-block-site-logo{display:table;margin-left:auto;margin-right:auto}.wp-block-site-logo a{pointer-events:none}.wp-block-site-logo .custom-logo-link{cursor:inherit}.wp-block-site-logo .custom-logo-link:focus{box-shadow:none}.wp-block-site-logo .custom-logo-link.is-transient img{opacity:.3}.wp-block-site-logo img{display:block;height:auto;max-width:100%}.wp-block-site-logo.wp-block-site-logo.is-default-size .components-placeholder{height:60px;width:60px}.wp-block-site-logo.wp-block-site-logo .components-resizable-box__container,.wp-block-site-logo.wp-block-site-logo>div{border-radius:inherit}.wp-block-site-logo.wp-block-site-logo .components-placeholder{align-items:center;border-radius:inherit;display:flex;height:100%;justify-content:center;min-height:48px;min-width:48px;padding:0;width:100%}.wp-block-site-logo.wp-block-site-logo .components-placeholder .components-drop-zone__content-text,.wp-block-site-logo.wp-block-site-logo .components-placeholder .components-form-file-upload{display:none}.wp-block-site-logo.wp-block-site-logo .components-placeholder .components-button.components-button{align-items:center;background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color);border-radius:50%;border-style:solid;color:#fff;display:flex;height:48px;justify-content:center;padding:0;position:relative;width:48px}.wp-block-site-logo.wp-block-site-logo .components-placeholder .components-button.components-button>svg{color:inherit}