@wordpress/block-library 9.6.1 → 9.7.1-next.5368f64a9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -0
- package/build/archives/edit.js +1 -1
- package/build/archives/edit.js.map +1 -1
- package/build/audio/edit.js +2 -1
- package/build/audio/edit.js.map +1 -1
- package/build/block/edit.js +5 -8
- package/build/block/edit.js.map +1 -1
- package/build/button/edit.js +1 -1
- package/build/button/edit.js.map +1 -1
- package/build/buttons/index.js +1 -1
- package/build/categories/index.js +1 -0
- package/build/categories/index.js.map +1 -1
- package/build/comment-edit-link/index.js +13 -2
- package/build/comment-edit-link/index.js.map +1 -1
- package/build/comment-reply-link/index.js +13 -2
- package/build/comment-reply-link/index.js.map +1 -1
- package/build/comments/edit/comments-legacy.js +1 -0
- package/build/comments/edit/comments-legacy.js.map +1 -1
- package/build/cover/deprecated.js +1 -1
- package/build/cover/deprecated.js.map +1 -1
- package/build/cover/edit/block-controls.js +4 -2
- package/build/cover/edit/block-controls.js.map +1 -1
- package/build/cover/edit/index.js +6 -3
- package/build/cover/edit/index.js.map +1 -1
- package/build/cover/edit/inspector-controls.js +4 -12
- package/build/cover/edit/inspector-controls.js.map +1 -1
- package/build/details/index.js +3 -1
- package/build/details/index.js.map +1 -1
- package/build/details/transforms.js +24 -0
- package/build/details/transforms.js.map +1 -0
- package/build/embed/edit.js +5 -11
- package/build/embed/edit.js.map +1 -1
- package/build/embed/embed-placeholder.js +2 -0
- package/build/embed/embed-placeholder.js.map +1 -1
- package/build/embed/embed-preview.js +16 -4
- package/build/embed/embed-preview.js.map +1 -1
- package/build/file/edit.js +12 -1
- package/build/file/edit.js.map +1 -1
- package/build/file/transforms.js +18 -4
- package/build/file/transforms.js.map +1 -1
- package/build/freeform/edit.js +4 -4
- package/build/freeform/edit.js.map +1 -1
- package/build/freeform/modal.js +3 -0
- package/build/freeform/modal.js.map +1 -1
- package/build/home-link/edit.js +3 -9
- package/build/home-link/edit.js.map +1 -1
- package/build/image/edit.js +95 -45
- package/build/image/edit.js.map +1 -1
- package/build/image/image.js +39 -24
- package/build/image/image.js.map +1 -1
- package/build/image/transforms.js +0 -13
- package/build/image/transforms.js.map +1 -1
- package/build/image/use-max-width-observer.js +35 -0
- package/build/image/use-max-width-observer.js.map +1 -0
- package/build/image/utils.js +11 -0
- package/build/image/utils.js.map +1 -1
- package/build/latest-posts/edit.js +1 -1
- package/build/latest-posts/edit.js.map +1 -1
- package/build/media-text/deprecated.js +144 -3
- package/build/media-text/deprecated.js.map +1 -1
- package/build/media-text/edit.js +5 -5
- package/build/media-text/edit.js.map +1 -1
- package/build/media-text/image-fill.js +12 -0
- package/build/media-text/image-fill.js.map +1 -0
- package/build/media-text/media-container.js +21 -18
- package/build/media-text/media-container.js.map +1 -1
- package/build/media-text/media-container.native.js +0 -7
- package/build/media-text/media-container.native.js.map +1 -1
- package/build/media-text/save.js +5 -6
- package/build/media-text/save.js.map +1 -1
- package/build/missing/edit.js +3 -2
- package/build/missing/edit.js.map +1 -1
- package/build/navigation/edit/deleted-navigation-warning.js +14 -7
- package/build/navigation/edit/deleted-navigation-warning.js.map +1 -1
- package/build/navigation/edit/index.js +1 -0
- package/build/navigation/edit/index.js.map +1 -1
- package/build/navigation/edit/menu-inspector-controls.js +2 -1
- package/build/navigation/edit/menu-inspector-controls.js.map +1 -1
- package/build/navigation/edit/navigation-menu-delete-control.js +1 -0
- package/build/navigation/edit/navigation-menu-delete-control.js.map +1 -1
- package/build/navigation/edit/placeholder/index.js +1 -0
- package/build/navigation/edit/placeholder/index.js.map +1 -1
- package/build/navigation/edit/responsive-wrapper.js +2 -0
- package/build/navigation/edit/responsive-wrapper.js.map +1 -1
- package/build/navigation/edit/unsaved-inner-blocks.js +4 -4
- package/build/navigation/edit/unsaved-inner-blocks.js.map +1 -1
- package/build/navigation-link/link-ui.js +2 -1
- package/build/navigation-link/link-ui.js.map +1 -1
- package/build/page-list/convert-to-links-modal.js +2 -0
- package/build/page-list/convert-to-links-modal.js.map +1 -1
- package/build/page-list/edit.js +4 -1
- package/build/page-list/edit.js.map +1 -1
- package/build/post-comments-form/form.js +1 -0
- package/build/post-comments-form/form.js.map +1 -1
- package/build/post-featured-image/dimension-controls.js +6 -8
- package/build/post-featured-image/dimension-controls.js.map +1 -1
- package/build/post-featured-image/edit.js +2 -4
- package/build/post-featured-image/edit.js.map +1 -1
- package/build/post-title/index.js +4 -1
- package/build/post-title/index.js.map +1 -1
- package/build/query/edit/enhanced-pagination-modal.js +3 -2
- package/build/query/edit/enhanced-pagination-modal.js.map +1 -1
- package/build/query/edit/inspector-controls/enhanced-pagination-control.js +3 -3
- package/build/query/edit/inspector-controls/enhanced-pagination-control.js.map +1 -1
- package/build/query/edit/inspector-controls/index.js +2 -10
- package/build/query/edit/inspector-controls/index.js.map +1 -1
- package/build/query/edit/query-content.js +9 -3
- package/build/query/edit/query-content.js.map +1 -1
- package/build/query/edit/query-placeholder.js +2 -0
- package/build/query/edit/query-placeholder.js.map +1 -1
- package/build/site-logo/edit.js +9 -13
- package/build/site-logo/edit.js.map +1 -1
- package/build/site-title/index.js +4 -1
- package/build/site-title/index.js.map +1 -1
- package/build/social-link/edit.js +4 -1
- package/build/social-link/edit.js.map +1 -1
- package/build/social-links/edit.js +10 -9
- package/build/social-links/edit.js.map +1 -1
- package/build/template-part/edit/advanced-controls.js.map +1 -1
- package/build/template-part/edit/index.js +1 -1
- package/build/template-part/edit/index.js.map +1 -1
- package/build/template-part/edit/inner-blocks.js +10 -1
- package/build/template-part/edit/inner-blocks.js.map +1 -1
- package/build/template-part/edit/placeholder.js +2 -0
- package/build/template-part/edit/placeholder.js.map +1 -1
- package/build/utils/hooks.js +10 -10
- package/build/utils/hooks.js.map +1 -1
- package/build/video/edit.js +16 -12
- package/build/video/edit.js.map +1 -1
- package/build/video/tracks-editor.js +3 -0
- package/build/video/tracks-editor.js.map +1 -1
- package/build-module/archives/edit.js +1 -1
- package/build-module/archives/edit.js.map +1 -1
- package/build-module/audio/edit.js +2 -1
- package/build-module/audio/edit.js.map +1 -1
- package/build-module/block/edit.js +6 -9
- package/build-module/block/edit.js.map +1 -1
- package/build-module/button/edit.js +1 -1
- package/build-module/button/edit.js.map +1 -1
- package/build-module/buttons/index.js +1 -1
- package/build-module/categories/index.js +1 -0
- package/build-module/categories/index.js.map +1 -1
- package/build-module/comment-edit-link/index.js +13 -2
- package/build-module/comment-edit-link/index.js.map +1 -1
- package/build-module/comment-reply-link/index.js +13 -2
- package/build-module/comment-reply-link/index.js.map +1 -1
- package/build-module/comments/edit/comments-legacy.js +1 -0
- package/build-module/comments/edit/comments-legacy.js.map +1 -1
- package/build-module/cover/deprecated.js +1 -1
- package/build-module/cover/deprecated.js.map +1 -1
- package/build-module/cover/edit/block-controls.js +4 -2
- package/build-module/cover/edit/block-controls.js.map +1 -1
- package/build-module/cover/edit/index.js +6 -3
- package/build-module/cover/edit/index.js.map +1 -1
- package/build-module/cover/edit/inspector-controls.js +5 -13
- package/build-module/cover/edit/inspector-controls.js.map +1 -1
- package/build-module/details/index.js +3 -1
- package/build-module/details/index.js.map +1 -1
- package/build-module/details/transforms.js +18 -0
- package/build-module/details/transforms.js.map +1 -0
- package/build-module/embed/edit.js +6 -12
- package/build-module/embed/edit.js.map +1 -1
- package/build-module/embed/embed-placeholder.js +2 -0
- package/build-module/embed/embed-placeholder.js.map +1 -1
- package/build-module/embed/embed-preview.js +16 -4
- package/build-module/embed/embed-preview.js.map +1 -1
- package/build-module/file/edit.js +12 -1
- package/build-module/file/edit.js.map +1 -1
- package/build-module/file/transforms.js +18 -4
- package/build-module/file/transforms.js.map +1 -1
- package/build-module/freeform/edit.js +4 -4
- package/build-module/freeform/edit.js.map +1 -1
- package/build-module/freeform/modal.js +3 -0
- package/build-module/freeform/modal.js.map +1 -1
- package/build-module/home-link/edit.js +3 -9
- package/build-module/home-link/edit.js.map +1 -1
- package/build-module/image/edit.js +99 -48
- package/build-module/image/edit.js.map +1 -1
- package/build-module/image/image.js +40 -25
- package/build-module/image/image.js.map +1 -1
- package/build-module/image/transforms.js +0 -13
- package/build-module/image/transforms.js.map +1 -1
- package/build-module/image/use-max-width-observer.js +29 -0
- package/build-module/image/use-max-width-observer.js.map +1 -0
- package/build-module/image/utils.js +11 -1
- package/build-module/image/utils.js.map +1 -1
- package/build-module/latest-posts/edit.js +1 -1
- package/build-module/latest-posts/edit.js.map +1 -1
- package/build-module/media-text/deprecated.js +144 -3
- package/build-module/media-text/deprecated.js.map +1 -1
- package/build-module/media-text/edit.js +5 -5
- package/build-module/media-text/edit.js.map +1 -1
- package/build-module/media-text/image-fill.js +6 -0
- package/build-module/media-text/image-fill.js.map +1 -0
- package/build-module/media-text/media-container.js +21 -17
- package/build-module/media-text/media-container.js.map +1 -1
- package/build-module/media-text/media-container.native.js +0 -1
- package/build-module/media-text/media-container.native.js.map +1 -1
- package/build-module/media-text/save.js +5 -6
- package/build-module/media-text/save.js.map +1 -1
- package/build-module/missing/edit.js +3 -2
- package/build-module/missing/edit.js.map +1 -1
- package/build-module/navigation/edit/deleted-navigation-warning.js +15 -8
- package/build-module/navigation/edit/deleted-navigation-warning.js.map +1 -1
- package/build-module/navigation/edit/index.js +1 -0
- package/build-module/navigation/edit/index.js.map +1 -1
- package/build-module/navigation/edit/menu-inspector-controls.js +2 -1
- package/build-module/navigation/edit/menu-inspector-controls.js.map +1 -1
- package/build-module/navigation/edit/navigation-menu-delete-control.js +1 -0
- package/build-module/navigation/edit/navigation-menu-delete-control.js.map +1 -1
- package/build-module/navigation/edit/placeholder/index.js +1 -0
- package/build-module/navigation/edit/placeholder/index.js.map +1 -1
- package/build-module/navigation/edit/responsive-wrapper.js +2 -0
- package/build-module/navigation/edit/responsive-wrapper.js.map +1 -1
- package/build-module/navigation/edit/unsaved-inner-blocks.js +4 -4
- package/build-module/navigation/edit/unsaved-inner-blocks.js.map +1 -1
- package/build-module/navigation-link/link-ui.js +4 -3
- package/build-module/navigation-link/link-ui.js.map +1 -1
- package/build-module/page-list/convert-to-links-modal.js +2 -0
- package/build-module/page-list/convert-to-links-modal.js.map +1 -1
- package/build-module/page-list/edit.js +4 -1
- package/build-module/page-list/edit.js.map +1 -1
- package/build-module/post-comments-form/form.js +1 -0
- package/build-module/post-comments-form/form.js.map +1 -1
- package/build-module/post-featured-image/dimension-controls.js +6 -8
- package/build-module/post-featured-image/dimension-controls.js.map +1 -1
- package/build-module/post-featured-image/edit.js +3 -5
- package/build-module/post-featured-image/edit.js.map +1 -1
- package/build-module/post-title/index.js +4 -1
- package/build-module/post-title/index.js.map +1 -1
- package/build-module/query/edit/enhanced-pagination-modal.js +3 -2
- package/build-module/query/edit/enhanced-pagination-modal.js.map +1 -1
- package/build-module/query/edit/inspector-controls/enhanced-pagination-control.js +3 -3
- package/build-module/query/edit/inspector-controls/enhanced-pagination-control.js.map +1 -1
- package/build-module/query/edit/inspector-controls/index.js +2 -10
- package/build-module/query/edit/inspector-controls/index.js.map +1 -1
- package/build-module/query/edit/query-content.js +10 -4
- package/build-module/query/edit/query-content.js.map +1 -1
- package/build-module/query/edit/query-placeholder.js +2 -0
- package/build-module/query/edit/query-placeholder.js.map +1 -1
- package/build-module/site-logo/edit.js +10 -14
- package/build-module/site-logo/edit.js.map +1 -1
- package/build-module/site-title/index.js +4 -1
- package/build-module/site-title/index.js.map +1 -1
- package/build-module/social-link/edit.js +4 -1
- package/build-module/social-link/edit.js.map +1 -1
- package/build-module/social-links/edit.js +11 -10
- package/build-module/social-links/edit.js.map +1 -1
- package/build-module/template-part/edit/advanced-controls.js.map +1 -1
- package/build-module/template-part/edit/index.js +1 -1
- package/build-module/template-part/edit/index.js.map +1 -1
- package/build-module/template-part/edit/inner-blocks.js +10 -1
- package/build-module/template-part/edit/inner-blocks.js.map +1 -1
- package/build-module/template-part/edit/placeholder.js +2 -0
- package/build-module/template-part/edit/placeholder.js.map +1 -1
- package/build-module/utils/hooks.js +10 -10
- package/build-module/utils/hooks.js.map +1 -1
- package/build-module/video/edit.js +16 -13
- package/build-module/video/edit.js.map +1 -1
- package/build-module/video/tracks-editor.js +3 -0
- package/build-module/video/tracks-editor.js.map +1 -1
- package/build-style/button/editor-rtl.css +0 -4
- package/build-style/button/editor.css +0 -4
- package/build-style/buttons/editor-rtl.css +2 -5
- package/build-style/buttons/editor.css +2 -5
- package/build-style/buttons/style-rtl.css +2 -2
- package/build-style/buttons/style.css +2 -2
- package/build-style/comment-edit-link/style-rtl.css +94 -0
- package/build-style/comment-edit-link/style.css +94 -0
- package/build-style/comment-reply-link/style-rtl.css +94 -0
- package/build-style/comment-reply-link/style.css +94 -0
- package/build-style/comments-pagination/editor-rtl.css +2 -2
- package/build-style/comments-pagination/editor.css +2 -2
- package/build-style/common-rtl.css +2 -2
- package/build-style/common.css +2 -2
- package/build-style/cover/editor-rtl.css +0 -6
- package/build-style/cover/editor.css +0 -6
- package/build-style/editor-rtl.css +35 -99
- package/build-style/editor.css +35 -101
- package/build-style/group/editor-rtl.css +0 -1
- package/build-style/group/editor.css +0 -1
- package/build-style/image/editor-rtl.css +6 -27
- package/build-style/image/editor.css +6 -27
- package/build-style/media-text/editor-rtl.css +3 -1
- package/build-style/media-text/editor.css +3 -1
- package/build-style/media-text/style-rtl.css +20 -0
- package/build-style/media-text/style.css +20 -0
- package/build-style/navigation/editor-rtl.css +1 -2
- package/build-style/navigation/editor.css +1 -2
- package/build-style/post-featured-image/style-rtl.css +1 -1
- package/build-style/post-featured-image/style.css +1 -1
- package/build-style/post-title/style-rtl.css +21 -0
- package/build-style/post-title/style.css +21 -0
- package/build-style/query-pagination/editor-rtl.css +2 -16
- package/build-style/query-pagination/editor.css +2 -18
- package/build-style/query-pagination/style-rtl.css +0 -11
- package/build-style/query-pagination/style.css +0 -13
- package/build-style/site-title/editor-rtl.css +0 -4
- package/build-style/site-title/editor.css +0 -4
- package/build-style/site-title/style-rtl.css +21 -0
- package/build-style/site-title/style.css +21 -0
- package/build-style/social-links/editor-rtl.css +17 -0
- package/build-style/social-links/editor.css +17 -0
- package/build-style/style-rtl.css +75 -16
- package/build-style/style.css +75 -18
- package/build-style/video/editor-rtl.css +0 -29
- package/build-style/video/editor.css +0 -29
- package/package.json +42 -35
- package/src/archives/edit.js +1 -1
- package/src/audio/edit.js +1 -0
- package/src/block/edit.js +9 -11
- package/src/button/edit.js +1 -1
- package/src/button/editor.scss +0 -5
- package/src/buttons/block.json +1 -1
- package/src/buttons/editor.scss +2 -8
- package/src/buttons/style.scss +2 -2
- package/src/categories/block.json +1 -0
- package/src/categories/index.php +13 -2
- package/src/comment-edit-link/block.json +13 -2
- package/src/comment-edit-link/style.scss +4 -0
- package/src/comment-reply-link/block.json +13 -2
- package/src/comment-reply-link/style.scss +4 -0
- package/src/comments/edit/comments-legacy.js +1 -0
- package/src/comments-pagination/editor.scss +1 -1
- package/src/cover/deprecated.js +3 -2
- package/src/cover/edit/block-controls.js +2 -0
- package/src/cover/edit/index.js +6 -1
- package/src/cover/edit/inspector-controls.js +3 -15
- package/src/cover/editor.scss +0 -5
- package/src/cover/test/edit.js +30 -26
- package/src/details/index.js +2 -0
- package/src/details/transforms.js +26 -0
- package/src/embed/edit.js +0 -7
- package/src/embed/embed-placeholder.js +10 -2
- package/src/embed/embed-preview.js +22 -2
- package/src/file/edit.js +11 -0
- package/src/file/index.php +1 -1
- package/src/file/transforms.js +26 -6
- package/src/freeform/edit.js +4 -4
- package/src/freeform/editor.scss +1 -1
- package/src/freeform/modal.js +7 -1
- package/src/gallery/editor.scss +1 -1
- package/src/group/editor.scss +0 -1
- package/src/home-link/edit.js +4 -7
- package/src/image/edit.js +130 -47
- package/src/image/editor.scss +7 -41
- package/src/image/image.js +100 -67
- package/src/image/index.php +1 -1
- package/src/image/transforms.js +0 -23
- package/src/image/use-max-width-observer.js +32 -0
- package/src/image/utils.js +13 -1
- package/src/latest-posts/edit.js +1 -1
- package/src/media-text/deprecated.js +159 -3
- package/src/media-text/edit.js +5 -5
- package/src/media-text/editor.scss +3 -1
- package/src/media-text/image-fill.js +11 -0
- package/src/media-text/index.php +53 -43
- package/src/media-text/media-container.js +25 -25
- package/src/media-text/media-container.native.js +0 -2
- package/src/media-text/save.js +9 -13
- package/src/media-text/style.scss +21 -0
- package/src/media-text/test/image-fill.js +19 -0
- package/src/missing/edit.js +8 -3
- package/src/navigation/edit/deleted-navigation-warning.js +23 -13
- package/src/navigation/edit/index.js +1 -0
- package/src/navigation/edit/menu-inspector-controls.js +3 -1
- package/src/navigation/edit/navigation-menu-delete-control.js +1 -0
- package/src/navigation/edit/placeholder/index.js +1 -0
- package/src/navigation/edit/responsive-wrapper.js +2 -0
- package/src/navigation/edit/unsaved-inner-blocks.js +4 -4
- package/src/navigation/editor.scss +11 -4
- package/src/navigation/index.php +1 -1
- package/src/navigation-link/link-ui.js +4 -3
- package/src/page-list/convert-to-links-modal.js +6 -1
- package/src/page-list/edit.js +6 -1
- package/src/page-list/index.php +3 -1
- package/src/post-comments-form/form.js +1 -0
- package/src/post-featured-image/dimension-controls.js +4 -4
- package/src/post-featured-image/edit.js +3 -6
- package/src/post-featured-image/style.scss +1 -1
- package/src/post-title/block.json +4 -1
- package/src/post-title/style.scss +24 -0
- package/src/query/edit/enhanced-pagination-modal.js +7 -3
- package/src/query/edit/inspector-controls/enhanced-pagination-control.js +3 -3
- package/src/query/edit/inspector-controls/index.js +2 -9
- package/src/query/edit/query-content.js +7 -0
- package/src/query/edit/query-placeholder.js +2 -0
- package/src/query/index.php +1 -1
- package/src/query-pagination/editor.scss +1 -21
- package/src/query-pagination/style.scss +0 -15
- package/src/search/index.php +1 -1
- package/src/site-logo/edit.js +11 -20
- package/src/site-title/block.json +4 -1
- package/src/site-title/editor.scss +0 -4
- package/src/site-title/style.scss +24 -0
- package/src/social-link/edit.js +2 -0
- package/src/social-links/edit.js +17 -10
- package/src/social-links/editor.scss +24 -5
- package/src/style.scss +2 -0
- package/src/tag-cloud/index.php +7 -2
- package/src/template-part/edit/advanced-controls.js +0 -1
- package/src/template-part/edit/index.js +12 -10
- package/src/template-part/edit/inner-blocks.js +20 -1
- package/src/template-part/edit/placeholder.js +6 -1
- package/src/utils/hooks.js +11 -11
- package/src/video/edit.js +24 -21
- package/src/video/editor.scss +0 -45
- package/src/video/tracks-editor.js +3 -0
- package/src/media-text/test/media-container.js +0 -24
|
@@ -163,6 +163,7 @@
|
|
|
163
163
|
vertical-align: middle;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
+
/* `is-image-fill` is deprecated and the styles are kept for backwards compatibility. */
|
|
166
167
|
.wp-block-media-text.is-image-fill > .wp-block-media-text__media {
|
|
167
168
|
height: 100%;
|
|
168
169
|
min-height: 250px;
|
|
@@ -185,6 +186,25 @@
|
|
|
185
186
|
border: 0;
|
|
186
187
|
}
|
|
187
188
|
|
|
189
|
+
/* Image fill for versions 8 and onwards */
|
|
190
|
+
.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
|
|
191
|
+
position: relative;
|
|
192
|
+
height: 100%;
|
|
193
|
+
min-height: 250px;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media > a {
|
|
197
|
+
display: block;
|
|
198
|
+
height: 100%;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media img {
|
|
202
|
+
position: absolute;
|
|
203
|
+
width: 100%;
|
|
204
|
+
height: 100%;
|
|
205
|
+
object-fit: cover;
|
|
206
|
+
}
|
|
207
|
+
|
|
188
208
|
/*
|
|
189
209
|
* Here we here not able to use a mobile first CSS approach.
|
|
190
210
|
* Custom widths are set using inline styles, and on mobile,
|
|
@@ -155,7 +155,6 @@
|
|
|
155
155
|
background: #1e1e1e;
|
|
156
156
|
padding: 0;
|
|
157
157
|
width: 24px;
|
|
158
|
-
border-radius: 2px;
|
|
159
158
|
margin-left: 0;
|
|
160
159
|
margin-right: auto;
|
|
161
160
|
}
|
|
@@ -494,7 +493,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
494
493
|
width: 100%;
|
|
495
494
|
background-color: #f0f0f0;
|
|
496
495
|
padding: 0 24px;
|
|
497
|
-
height: 64px;
|
|
496
|
+
height: 64px !important;
|
|
498
497
|
margin-bottom: 12px;
|
|
499
498
|
}
|
|
500
499
|
.wp-block-navigation__overlay-menu-preview.open {
|
|
@@ -155,7 +155,6 @@
|
|
|
155
155
|
background: #1e1e1e;
|
|
156
156
|
padding: 0;
|
|
157
157
|
width: 24px;
|
|
158
|
-
border-radius: 2px;
|
|
159
158
|
margin-right: 0;
|
|
160
159
|
margin-left: auto;
|
|
161
160
|
}
|
|
@@ -494,7 +493,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
494
493
|
width: 100%;
|
|
495
494
|
background-color: #f0f0f0;
|
|
496
495
|
padding: 0 24px;
|
|
497
|
-
height: 64px;
|
|
496
|
+
height: 64px !important;
|
|
498
497
|
margin-bottom: 12px;
|
|
499
498
|
}
|
|
500
499
|
.wp-block-navigation__overlay-menu-preview.open {
|
|
@@ -93,6 +93,27 @@
|
|
|
93
93
|
word-break: break-word;
|
|
94
94
|
box-sizing: border-box;
|
|
95
95
|
}
|
|
96
|
+
.wp-block-post-title[style*=font-weight] :where(a) {
|
|
97
|
+
font-weight: inherit;
|
|
98
|
+
}
|
|
99
|
+
.wp-block-post-title[class*=-font-family] :where(a), .wp-block-post-title[style*=font-family] :where(a) {
|
|
100
|
+
font-family: inherit;
|
|
101
|
+
}
|
|
102
|
+
.wp-block-post-title[class*=-font-size] :where(a), .wp-block-post-title[style*=font-size] :where(a) {
|
|
103
|
+
font-size: inherit;
|
|
104
|
+
}
|
|
105
|
+
.wp-block-post-title[style*=line-height] :where(a) {
|
|
106
|
+
line-height: inherit;
|
|
107
|
+
}
|
|
108
|
+
.wp-block-post-title[style*=font-style] :where(a) {
|
|
109
|
+
font-style: inherit;
|
|
110
|
+
}
|
|
111
|
+
.wp-block-post-title[style*=letter-spacing] :where(a) {
|
|
112
|
+
letter-spacing: inherit;
|
|
113
|
+
}
|
|
114
|
+
.wp-block-post-title[style*=text-decoration] :where(a) {
|
|
115
|
+
text-decoration: inherit;
|
|
116
|
+
}
|
|
96
117
|
.wp-block-post-title a {
|
|
97
118
|
display: inline-block;
|
|
98
119
|
}
|
|
@@ -93,6 +93,27 @@
|
|
|
93
93
|
word-break: break-word;
|
|
94
94
|
box-sizing: border-box;
|
|
95
95
|
}
|
|
96
|
+
.wp-block-post-title[style*=font-weight] :where(a) {
|
|
97
|
+
font-weight: inherit;
|
|
98
|
+
}
|
|
99
|
+
.wp-block-post-title[class*=-font-family] :where(a), .wp-block-post-title[style*=font-family] :where(a) {
|
|
100
|
+
font-family: inherit;
|
|
101
|
+
}
|
|
102
|
+
.wp-block-post-title[class*=-font-size] :where(a), .wp-block-post-title[style*=font-size] :where(a) {
|
|
103
|
+
font-size: inherit;
|
|
104
|
+
}
|
|
105
|
+
.wp-block-post-title[style*=line-height] :where(a) {
|
|
106
|
+
line-height: inherit;
|
|
107
|
+
}
|
|
108
|
+
.wp-block-post-title[style*=font-style] :where(a) {
|
|
109
|
+
font-style: inherit;
|
|
110
|
+
}
|
|
111
|
+
.wp-block-post-title[style*=letter-spacing] :where(a) {
|
|
112
|
+
letter-spacing: inherit;
|
|
113
|
+
}
|
|
114
|
+
.wp-block-post-title[style*=text-decoration] :where(a) {
|
|
115
|
+
text-decoration: inherit;
|
|
116
|
+
}
|
|
96
117
|
.wp-block-post-title a {
|
|
97
118
|
display: inline-block;
|
|
98
119
|
}
|
|
@@ -93,23 +93,9 @@
|
|
|
93
93
|
justify-content: center;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
|
-
.editor-styles-wrapper .wp-block-query-pagination {
|
|
96
|
+
:where(.editor-styles-wrapper) .wp-block-query-pagination {
|
|
97
97
|
max-width: 100%;
|
|
98
98
|
}
|
|
99
|
-
.editor-styles-wrapper .wp-block-query-pagination.block-editor-block-list__layout {
|
|
99
|
+
:where(.editor-styles-wrapper) .wp-block-query-pagination.block-editor-block-list__layout {
|
|
100
100
|
margin: 0;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.wp-block-query-pagination > .wp-block-query-pagination-next,
|
|
104
|
-
.wp-block-query-pagination > .wp-block-query-pagination-previous,
|
|
105
|
-
.wp-block-query-pagination > .wp-block-query-pagination-numbers {
|
|
106
|
-
margin-right: 0;
|
|
107
|
-
margin-top: 0.5em;
|
|
108
|
-
margin-right: 0.5em;
|
|
109
|
-
margin-bottom: 0.5em;
|
|
110
|
-
}
|
|
111
|
-
.wp-block-query-pagination > .wp-block-query-pagination-next:last-child,
|
|
112
|
-
.wp-block-query-pagination > .wp-block-query-pagination-previous:last-child,
|
|
113
|
-
.wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child {
|
|
114
|
-
margin-right: 0;
|
|
115
101
|
}
|
|
@@ -93,25 +93,9 @@
|
|
|
93
93
|
justify-content: center;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
|
-
.editor-styles-wrapper .wp-block-query-pagination {
|
|
96
|
+
:where(.editor-styles-wrapper) .wp-block-query-pagination {
|
|
97
97
|
max-width: 100%;
|
|
98
98
|
}
|
|
99
|
-
.editor-styles-wrapper .wp-block-query-pagination.block-editor-block-list__layout {
|
|
99
|
+
:where(.editor-styles-wrapper) .wp-block-query-pagination.block-editor-block-list__layout {
|
|
100
100
|
margin: 0;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.wp-block-query-pagination > .wp-block-query-pagination-next,
|
|
104
|
-
.wp-block-query-pagination > .wp-block-query-pagination-previous,
|
|
105
|
-
.wp-block-query-pagination > .wp-block-query-pagination-numbers {
|
|
106
|
-
margin-left: 0;
|
|
107
|
-
margin-top: 0.5em;
|
|
108
|
-
/*rtl:ignore*/
|
|
109
|
-
margin-right: 0.5em;
|
|
110
|
-
margin-bottom: 0.5em;
|
|
111
|
-
}
|
|
112
|
-
.wp-block-query-pagination > .wp-block-query-pagination-next:last-child,
|
|
113
|
-
.wp-block-query-pagination > .wp-block-query-pagination-previous:last-child,
|
|
114
|
-
.wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child {
|
|
115
|
-
/*rtl:ignore*/
|
|
116
|
-
margin-right: 0;
|
|
117
101
|
}
|
|
@@ -89,17 +89,6 @@
|
|
|
89
89
|
/**
|
|
90
90
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
91
91
|
*/
|
|
92
|
-
.wp-block-query-pagination > .wp-block-query-pagination-next,
|
|
93
|
-
.wp-block-query-pagination > .wp-block-query-pagination-previous,
|
|
94
|
-
.wp-block-query-pagination > .wp-block-query-pagination-numbers {
|
|
95
|
-
margin-right: 0.5em;
|
|
96
|
-
margin-bottom: 0.5em;
|
|
97
|
-
}
|
|
98
|
-
.wp-block-query-pagination > .wp-block-query-pagination-next:last-child,
|
|
99
|
-
.wp-block-query-pagination > .wp-block-query-pagination-previous:last-child,
|
|
100
|
-
.wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child {
|
|
101
|
-
margin-right: 0;
|
|
102
|
-
}
|
|
103
92
|
.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next:last-of-type {
|
|
104
93
|
margin-inline-start: auto;
|
|
105
94
|
}
|
|
@@ -89,19 +89,6 @@
|
|
|
89
89
|
/**
|
|
90
90
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
91
91
|
*/
|
|
92
|
-
.wp-block-query-pagination > .wp-block-query-pagination-next,
|
|
93
|
-
.wp-block-query-pagination > .wp-block-query-pagination-previous,
|
|
94
|
-
.wp-block-query-pagination > .wp-block-query-pagination-numbers {
|
|
95
|
-
/*rtl:ignore*/
|
|
96
|
-
margin-right: 0.5em;
|
|
97
|
-
margin-bottom: 0.5em;
|
|
98
|
-
}
|
|
99
|
-
.wp-block-query-pagination > .wp-block-query-pagination-next:last-child,
|
|
100
|
-
.wp-block-query-pagination > .wp-block-query-pagination-previous:last-child,
|
|
101
|
-
.wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child {
|
|
102
|
-
/*rtl:ignore*/
|
|
103
|
-
margin-right: 0;
|
|
104
|
-
}
|
|
105
92
|
.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next:last-of-type {
|
|
106
93
|
margin-inline-start: auto;
|
|
107
94
|
}
|
|
@@ -92,6 +92,27 @@
|
|
|
92
92
|
.wp-block-site-title {
|
|
93
93
|
box-sizing: border-box;
|
|
94
94
|
}
|
|
95
|
+
.wp-block-site-title[style*=font-weight] :where(a) {
|
|
96
|
+
font-weight: inherit;
|
|
97
|
+
}
|
|
98
|
+
.wp-block-site-title[class*=-font-family] :where(a), .wp-block-site-title[style*=font-family] :where(a) {
|
|
99
|
+
font-family: inherit;
|
|
100
|
+
}
|
|
101
|
+
.wp-block-site-title[class*=-font-size] :where(a), .wp-block-site-title[style*=font-size] :where(a) {
|
|
102
|
+
font-size: inherit;
|
|
103
|
+
}
|
|
104
|
+
.wp-block-site-title[style*=line-height] :where(a) {
|
|
105
|
+
line-height: inherit;
|
|
106
|
+
}
|
|
107
|
+
.wp-block-site-title[style*=font-style] :where(a) {
|
|
108
|
+
font-style: inherit;
|
|
109
|
+
}
|
|
110
|
+
.wp-block-site-title[style*=letter-spacing] :where(a) {
|
|
111
|
+
letter-spacing: inherit;
|
|
112
|
+
}
|
|
113
|
+
.wp-block-site-title[style*=text-decoration] :where(a) {
|
|
114
|
+
text-decoration: inherit;
|
|
115
|
+
}
|
|
95
116
|
.wp-block-site-title :where(a) {
|
|
96
117
|
color: inherit;
|
|
97
118
|
}
|
|
@@ -92,6 +92,27 @@
|
|
|
92
92
|
.wp-block-site-title {
|
|
93
93
|
box-sizing: border-box;
|
|
94
94
|
}
|
|
95
|
+
.wp-block-site-title[style*=font-weight] :where(a) {
|
|
96
|
+
font-weight: inherit;
|
|
97
|
+
}
|
|
98
|
+
.wp-block-site-title[class*=-font-family] :where(a), .wp-block-site-title[style*=font-family] :where(a) {
|
|
99
|
+
font-family: inherit;
|
|
100
|
+
}
|
|
101
|
+
.wp-block-site-title[class*=-font-size] :where(a), .wp-block-site-title[style*=font-size] :where(a) {
|
|
102
|
+
font-size: inherit;
|
|
103
|
+
}
|
|
104
|
+
.wp-block-site-title[style*=line-height] :where(a) {
|
|
105
|
+
line-height: inherit;
|
|
106
|
+
}
|
|
107
|
+
.wp-block-site-title[style*=font-style] :where(a) {
|
|
108
|
+
font-style: inherit;
|
|
109
|
+
}
|
|
110
|
+
.wp-block-site-title[style*=letter-spacing] :where(a) {
|
|
111
|
+
letter-spacing: inherit;
|
|
112
|
+
}
|
|
113
|
+
.wp-block-site-title[style*=text-decoration] :where(a) {
|
|
114
|
+
text-decoration: inherit;
|
|
115
|
+
}
|
|
95
116
|
.wp-block-site-title :where(a) {
|
|
96
117
|
color: inherit;
|
|
97
118
|
}
|
|
@@ -174,4 +174,21 @@
|
|
|
174
174
|
.wp-social-link.wp-social-link__is-incomplete:hover,
|
|
175
175
|
.wp-social-link.wp-social-link__is-incomplete:focus {
|
|
176
176
|
opacity: 1;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.wp-block-social-links .block-list-appender {
|
|
180
|
+
position: static;
|
|
181
|
+
}
|
|
182
|
+
.wp-block-social-links .block-list-appender .block-editor-button-block-appender.components-button.components-button {
|
|
183
|
+
padding: 6px;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.wp-block-social-links.has-small-icon-size .block-editor-button-block-appender.components-button.components-button {
|
|
187
|
+
padding: 0;
|
|
188
|
+
}
|
|
189
|
+
.wp-block-social-links.has-large-icon-size .block-editor-button-block-appender.components-button.components-button {
|
|
190
|
+
padding: 14px;
|
|
191
|
+
}
|
|
192
|
+
.wp-block-social-links.has-huge-icon-size .block-editor-button-block-appender.components-button.components-button {
|
|
193
|
+
padding: 23px;
|
|
177
194
|
}
|
|
@@ -174,4 +174,21 @@
|
|
|
174
174
|
.wp-social-link.wp-social-link__is-incomplete:hover,
|
|
175
175
|
.wp-social-link.wp-social-link__is-incomplete:focus {
|
|
176
176
|
opacity: 1;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.wp-block-social-links .block-list-appender {
|
|
180
|
+
position: static;
|
|
181
|
+
}
|
|
182
|
+
.wp-block-social-links .block-list-appender .block-editor-button-block-appender.components-button.components-button {
|
|
183
|
+
padding: 6px;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.wp-block-social-links.has-small-icon-size .block-editor-button-block-appender.components-button.components-button {
|
|
187
|
+
padding: 0;
|
|
188
|
+
}
|
|
189
|
+
.wp-block-social-links.has-large-icon-size .block-editor-button-block-appender.components-button.components-button {
|
|
190
|
+
padding: 14px;
|
|
191
|
+
}
|
|
192
|
+
.wp-block-social-links.has-huge-icon-size .block-editor-button-block-appender.components-button.components-button {
|
|
193
|
+
padding: 23px;
|
|
177
194
|
}
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
}
|
|
206
206
|
|
|
207
207
|
.wp-block-buttons {
|
|
208
|
-
/* stylelint-disable indentation -- Disable the stylelint rule, otherwise this selector is ugly! */
|
|
208
|
+
/* stylelint-disable @stylistic/indentation -- Disable the stylelint rule, otherwise this selector is ugly! */
|
|
209
209
|
}
|
|
210
210
|
.wp-block-buttons.is-vertical {
|
|
211
211
|
flex-direction: column;
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
.is-content-justification-right,
|
|
246
246
|
.is-content-justification-left,
|
|
247
247
|
.is-content-justification-center) .wp-block-button.aligncenter {
|
|
248
|
-
/* stylelint-enable indentation */
|
|
248
|
+
/* stylelint-enable @stylistic/indentation */
|
|
249
249
|
margin-right: auto;
|
|
250
250
|
margin-left: auto;
|
|
251
251
|
width: 100%;
|
|
@@ -596,6 +596,14 @@
|
|
|
596
596
|
box-sizing: border-box;
|
|
597
597
|
}
|
|
598
598
|
|
|
599
|
+
.wp-block-comment-edit-link {
|
|
600
|
+
box-sizing: border-box;
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
.wp-block-comment-reply-link {
|
|
604
|
+
box-sizing: border-box;
|
|
605
|
+
}
|
|
606
|
+
|
|
599
607
|
.wp-block-cover-image,
|
|
600
608
|
.wp-block-cover {
|
|
601
609
|
min-height: 430px;
|
|
@@ -2111,6 +2119,7 @@ ul {
|
|
|
2111
2119
|
vertical-align: middle;
|
|
2112
2120
|
}
|
|
2113
2121
|
|
|
2122
|
+
/* `is-image-fill` is deprecated and the styles are kept for backwards compatibility. */
|
|
2114
2123
|
.wp-block-media-text.is-image-fill > .wp-block-media-text__media {
|
|
2115
2124
|
height: 100%;
|
|
2116
2125
|
min-height: 250px;
|
|
@@ -2133,6 +2142,25 @@ ul {
|
|
|
2133
2142
|
border: 0;
|
|
2134
2143
|
}
|
|
2135
2144
|
|
|
2145
|
+
/* Image fill for versions 8 and onwards */
|
|
2146
|
+
.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
|
|
2147
|
+
position: relative;
|
|
2148
|
+
height: 100%;
|
|
2149
|
+
min-height: 250px;
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2152
|
+
.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media > a {
|
|
2153
|
+
display: block;
|
|
2154
|
+
height: 100%;
|
|
2155
|
+
}
|
|
2156
|
+
|
|
2157
|
+
.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media img {
|
|
2158
|
+
position: absolute;
|
|
2159
|
+
width: 100%;
|
|
2160
|
+
height: 100%;
|
|
2161
|
+
object-fit: cover;
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2136
2164
|
/*
|
|
2137
2165
|
* Here we here not able to use a mobile first CSS approach.
|
|
2138
2166
|
* Custom widths are set using inline styles, and on mobile,
|
|
@@ -2894,7 +2922,7 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
|
|
|
2894
2922
|
display: block;
|
|
2895
2923
|
height: 100%;
|
|
2896
2924
|
}
|
|
2897
|
-
.wp-block-post-featured-image img {
|
|
2925
|
+
.wp-block-post-featured-image :where(img) {
|
|
2898
2926
|
max-width: 100%;
|
|
2899
2927
|
width: 100%;
|
|
2900
2928
|
height: auto;
|
|
@@ -2986,6 +3014,27 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
|
|
|
2986
3014
|
word-break: break-word;
|
|
2987
3015
|
box-sizing: border-box;
|
|
2988
3016
|
}
|
|
3017
|
+
.wp-block-post-title[style*=font-weight] :where(a) {
|
|
3018
|
+
font-weight: inherit;
|
|
3019
|
+
}
|
|
3020
|
+
.wp-block-post-title[class*=-font-family] :where(a), .wp-block-post-title[style*=font-family] :where(a) {
|
|
3021
|
+
font-family: inherit;
|
|
3022
|
+
}
|
|
3023
|
+
.wp-block-post-title[class*=-font-size] :where(a), .wp-block-post-title[style*=font-size] :where(a) {
|
|
3024
|
+
font-size: inherit;
|
|
3025
|
+
}
|
|
3026
|
+
.wp-block-post-title[style*=line-height] :where(a) {
|
|
3027
|
+
line-height: inherit;
|
|
3028
|
+
}
|
|
3029
|
+
.wp-block-post-title[style*=font-style] :where(a) {
|
|
3030
|
+
font-style: inherit;
|
|
3031
|
+
}
|
|
3032
|
+
.wp-block-post-title[style*=letter-spacing] :where(a) {
|
|
3033
|
+
letter-spacing: inherit;
|
|
3034
|
+
}
|
|
3035
|
+
.wp-block-post-title[style*=text-decoration] :where(a) {
|
|
3036
|
+
text-decoration: inherit;
|
|
3037
|
+
}
|
|
2989
3038
|
.wp-block-post-title a {
|
|
2990
3039
|
display: inline-block;
|
|
2991
3040
|
}
|
|
@@ -3125,17 +3174,6 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
|
|
|
3125
3174
|
margin-inline-end: auto;
|
|
3126
3175
|
}
|
|
3127
3176
|
|
|
3128
|
-
.wp-block-query-pagination > .wp-block-query-pagination-next,
|
|
3129
|
-
.wp-block-query-pagination > .wp-block-query-pagination-previous,
|
|
3130
|
-
.wp-block-query-pagination > .wp-block-query-pagination-numbers {
|
|
3131
|
-
margin-right: 0.5em;
|
|
3132
|
-
margin-bottom: 0.5em;
|
|
3133
|
-
}
|
|
3134
|
-
.wp-block-query-pagination > .wp-block-query-pagination-next:last-child,
|
|
3135
|
-
.wp-block-query-pagination > .wp-block-query-pagination-previous:last-child,
|
|
3136
|
-
.wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child {
|
|
3137
|
-
margin-right: 0;
|
|
3138
|
-
}
|
|
3139
3177
|
.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next:last-of-type {
|
|
3140
3178
|
margin-inline-start: auto;
|
|
3141
3179
|
}
|
|
@@ -3421,6 +3459,27 @@ ul.wp-block-rss.is-grid li {
|
|
|
3421
3459
|
.wp-block-site-title {
|
|
3422
3460
|
box-sizing: border-box;
|
|
3423
3461
|
}
|
|
3462
|
+
.wp-block-site-title[style*=font-weight] :where(a) {
|
|
3463
|
+
font-weight: inherit;
|
|
3464
|
+
}
|
|
3465
|
+
.wp-block-site-title[class*=-font-family] :where(a), .wp-block-site-title[style*=font-family] :where(a) {
|
|
3466
|
+
font-family: inherit;
|
|
3467
|
+
}
|
|
3468
|
+
.wp-block-site-title[class*=-font-size] :where(a), .wp-block-site-title[style*=font-size] :where(a) {
|
|
3469
|
+
font-size: inherit;
|
|
3470
|
+
}
|
|
3471
|
+
.wp-block-site-title[style*=line-height] :where(a) {
|
|
3472
|
+
line-height: inherit;
|
|
3473
|
+
}
|
|
3474
|
+
.wp-block-site-title[style*=font-style] :where(a) {
|
|
3475
|
+
font-style: inherit;
|
|
3476
|
+
}
|
|
3477
|
+
.wp-block-site-title[style*=letter-spacing] :where(a) {
|
|
3478
|
+
letter-spacing: inherit;
|
|
3479
|
+
}
|
|
3480
|
+
.wp-block-site-title[style*=text-decoration] :where(a) {
|
|
3481
|
+
text-decoration: inherit;
|
|
3482
|
+
}
|
|
3424
3483
|
.wp-block-site-title :where(a) {
|
|
3425
3484
|
color: inherit;
|
|
3426
3485
|
}
|
|
@@ -4113,8 +4172,8 @@ a[data-fn].fn::after {
|
|
|
4113
4172
|
}
|
|
4114
4173
|
|
|
4115
4174
|
:root {
|
|
4116
|
-
/* stylelint-disable function-comma-space-after -- We can not use spacing because of WP multi site kses rule. */
|
|
4117
|
-
/* stylelint-enable function-comma-space-after */
|
|
4175
|
+
/* stylelint-disable @stylistic/function-comma-space-after -- We can not use spacing because of WP multi site kses rule. */
|
|
4176
|
+
/* stylelint-enable @stylistic/function-comma-space-after */
|
|
4118
4177
|
--wp--preset--font-size--normal: 16px;
|
|
4119
4178
|
--wp--preset--font-size--huge: 42px;
|
|
4120
4179
|
}
|
package/build-style/style.css
CHANGED
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
}
|
|
207
207
|
|
|
208
208
|
.wp-block-buttons {
|
|
209
|
-
/* stylelint-disable indentation -- Disable the stylelint rule, otherwise this selector is ugly! */
|
|
209
|
+
/* stylelint-disable @stylistic/indentation -- Disable the stylelint rule, otherwise this selector is ugly! */
|
|
210
210
|
}
|
|
211
211
|
.wp-block-buttons.is-vertical {
|
|
212
212
|
flex-direction: column;
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
.is-content-justification-right,
|
|
247
247
|
.is-content-justification-left,
|
|
248
248
|
.is-content-justification-center) .wp-block-button.aligncenter {
|
|
249
|
-
/* stylelint-enable indentation */
|
|
249
|
+
/* stylelint-enable @stylistic/indentation */
|
|
250
250
|
margin-left: auto;
|
|
251
251
|
margin-right: auto;
|
|
252
252
|
width: 100%;
|
|
@@ -601,6 +601,14 @@
|
|
|
601
601
|
box-sizing: border-box;
|
|
602
602
|
}
|
|
603
603
|
|
|
604
|
+
.wp-block-comment-edit-link {
|
|
605
|
+
box-sizing: border-box;
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
.wp-block-comment-reply-link {
|
|
609
|
+
box-sizing: border-box;
|
|
610
|
+
}
|
|
611
|
+
|
|
604
612
|
.wp-block-cover-image,
|
|
605
613
|
.wp-block-cover {
|
|
606
614
|
min-height: 430px;
|
|
@@ -2141,6 +2149,7 @@ ul {
|
|
|
2141
2149
|
vertical-align: middle;
|
|
2142
2150
|
}
|
|
2143
2151
|
|
|
2152
|
+
/* `is-image-fill` is deprecated and the styles are kept for backwards compatibility. */
|
|
2144
2153
|
.wp-block-media-text.is-image-fill > .wp-block-media-text__media {
|
|
2145
2154
|
height: 100%;
|
|
2146
2155
|
min-height: 250px;
|
|
@@ -2163,6 +2172,25 @@ ul {
|
|
|
2163
2172
|
border: 0;
|
|
2164
2173
|
}
|
|
2165
2174
|
|
|
2175
|
+
/* Image fill for versions 8 and onwards */
|
|
2176
|
+
.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
|
|
2177
|
+
position: relative;
|
|
2178
|
+
height: 100%;
|
|
2179
|
+
min-height: 250px;
|
|
2180
|
+
}
|
|
2181
|
+
|
|
2182
|
+
.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media > a {
|
|
2183
|
+
display: block;
|
|
2184
|
+
height: 100%;
|
|
2185
|
+
}
|
|
2186
|
+
|
|
2187
|
+
.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media img {
|
|
2188
|
+
position: absolute;
|
|
2189
|
+
width: 100%;
|
|
2190
|
+
height: 100%;
|
|
2191
|
+
object-fit: cover;
|
|
2192
|
+
}
|
|
2193
|
+
|
|
2166
2194
|
/*
|
|
2167
2195
|
* Here we here not able to use a mobile first CSS approach.
|
|
2168
2196
|
* Custom widths are set using inline styles, and on mobile,
|
|
@@ -2924,7 +2952,7 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
|
|
|
2924
2952
|
display: block;
|
|
2925
2953
|
height: 100%;
|
|
2926
2954
|
}
|
|
2927
|
-
.wp-block-post-featured-image img {
|
|
2955
|
+
.wp-block-post-featured-image :where(img) {
|
|
2928
2956
|
max-width: 100%;
|
|
2929
2957
|
width: 100%;
|
|
2930
2958
|
height: auto;
|
|
@@ -3016,6 +3044,27 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
|
|
|
3016
3044
|
word-break: break-word;
|
|
3017
3045
|
box-sizing: border-box;
|
|
3018
3046
|
}
|
|
3047
|
+
.wp-block-post-title[style*=font-weight] :where(a) {
|
|
3048
|
+
font-weight: inherit;
|
|
3049
|
+
}
|
|
3050
|
+
.wp-block-post-title[class*=-font-family] :where(a), .wp-block-post-title[style*=font-family] :where(a) {
|
|
3051
|
+
font-family: inherit;
|
|
3052
|
+
}
|
|
3053
|
+
.wp-block-post-title[class*=-font-size] :where(a), .wp-block-post-title[style*=font-size] :where(a) {
|
|
3054
|
+
font-size: inherit;
|
|
3055
|
+
}
|
|
3056
|
+
.wp-block-post-title[style*=line-height] :where(a) {
|
|
3057
|
+
line-height: inherit;
|
|
3058
|
+
}
|
|
3059
|
+
.wp-block-post-title[style*=font-style] :where(a) {
|
|
3060
|
+
font-style: inherit;
|
|
3061
|
+
}
|
|
3062
|
+
.wp-block-post-title[style*=letter-spacing] :where(a) {
|
|
3063
|
+
letter-spacing: inherit;
|
|
3064
|
+
}
|
|
3065
|
+
.wp-block-post-title[style*=text-decoration] :where(a) {
|
|
3066
|
+
text-decoration: inherit;
|
|
3067
|
+
}
|
|
3019
3068
|
.wp-block-post-title a {
|
|
3020
3069
|
display: inline-block;
|
|
3021
3070
|
}
|
|
@@ -3155,19 +3204,6 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
|
|
|
3155
3204
|
margin-inline-end: auto;
|
|
3156
3205
|
}
|
|
3157
3206
|
|
|
3158
|
-
.wp-block-query-pagination > .wp-block-query-pagination-next,
|
|
3159
|
-
.wp-block-query-pagination > .wp-block-query-pagination-previous,
|
|
3160
|
-
.wp-block-query-pagination > .wp-block-query-pagination-numbers {
|
|
3161
|
-
/*rtl:ignore*/
|
|
3162
|
-
margin-right: 0.5em;
|
|
3163
|
-
margin-bottom: 0.5em;
|
|
3164
|
-
}
|
|
3165
|
-
.wp-block-query-pagination > .wp-block-query-pagination-next:last-child,
|
|
3166
|
-
.wp-block-query-pagination > .wp-block-query-pagination-previous:last-child,
|
|
3167
|
-
.wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child {
|
|
3168
|
-
/*rtl:ignore*/
|
|
3169
|
-
margin-right: 0;
|
|
3170
|
-
}
|
|
3171
3207
|
.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next:last-of-type {
|
|
3172
3208
|
margin-inline-start: auto;
|
|
3173
3209
|
}
|
|
@@ -3456,6 +3492,27 @@ ul.wp-block-rss.is-grid li {
|
|
|
3456
3492
|
.wp-block-site-title {
|
|
3457
3493
|
box-sizing: border-box;
|
|
3458
3494
|
}
|
|
3495
|
+
.wp-block-site-title[style*=font-weight] :where(a) {
|
|
3496
|
+
font-weight: inherit;
|
|
3497
|
+
}
|
|
3498
|
+
.wp-block-site-title[class*=-font-family] :where(a), .wp-block-site-title[style*=font-family] :where(a) {
|
|
3499
|
+
font-family: inherit;
|
|
3500
|
+
}
|
|
3501
|
+
.wp-block-site-title[class*=-font-size] :where(a), .wp-block-site-title[style*=font-size] :where(a) {
|
|
3502
|
+
font-size: inherit;
|
|
3503
|
+
}
|
|
3504
|
+
.wp-block-site-title[style*=line-height] :where(a) {
|
|
3505
|
+
line-height: inherit;
|
|
3506
|
+
}
|
|
3507
|
+
.wp-block-site-title[style*=font-style] :where(a) {
|
|
3508
|
+
font-style: inherit;
|
|
3509
|
+
}
|
|
3510
|
+
.wp-block-site-title[style*=letter-spacing] :where(a) {
|
|
3511
|
+
letter-spacing: inherit;
|
|
3512
|
+
}
|
|
3513
|
+
.wp-block-site-title[style*=text-decoration] :where(a) {
|
|
3514
|
+
text-decoration: inherit;
|
|
3515
|
+
}
|
|
3459
3516
|
.wp-block-site-title :where(a) {
|
|
3460
3517
|
color: inherit;
|
|
3461
3518
|
}
|
|
@@ -4148,8 +4205,8 @@ a[data-fn].fn::after {
|
|
|
4148
4205
|
}
|
|
4149
4206
|
|
|
4150
4207
|
:root {
|
|
4151
|
-
/* stylelint-disable function-comma-space-after -- We can not use spacing because of WP multi site kses rule. */
|
|
4152
|
-
/* stylelint-enable function-comma-space-after */
|
|
4208
|
+
/* stylelint-disable @stylistic/function-comma-space-after -- We can not use spacing because of WP multi site kses rule. */
|
|
4209
|
+
/* stylelint-enable @stylistic/function-comma-space-after */
|
|
4153
4210
|
--wp--preset--font-size--normal: 16px;
|
|
4154
4211
|
--wp--preset--font-size--huge: 42px;
|
|
4155
4212
|
}
|