@wordpress/edit-site 6.2.0 → 6.4.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 +4 -0
- package/build/components/add-new-pattern/index.js +8 -2
- package/build/components/add-new-pattern/index.js.map +1 -1
- package/build/components/{add-new-page → add-new-post}/index.js +21 -17
- package/build/components/add-new-post/index.js.map +1 -0
- package/build/components/add-new-template/index.js +3 -1
- package/build/components/add-new-template/index.js.map +1 -1
- package/build/components/block-editor/use-site-editor-settings.js +6 -85
- package/build/components/block-editor/use-site-editor-settings.js.map +1 -1
- package/build/components/editor/index.js +21 -3
- package/build/components/editor/index.js.map +1 -1
- package/build/components/global-styles/background-panel.js +0 -5
- package/build/components/global-styles/background-panel.js.map +1 -1
- package/build/components/global-styles/block-preview-panel.js +14 -5
- package/build/components/global-styles/block-preview-panel.js.map +1 -1
- package/build/components/global-styles/font-families.js +42 -23
- package/build/components/global-styles/font-families.js.map +1 -1
- package/build/components/global-styles/font-library-modal/font-collection.js +13 -30
- package/build/components/global-styles/font-library-modal/font-collection.js.map +1 -1
- package/build/components/global-styles/font-library-modal/index.js +4 -4
- package/build/components/global-styles/font-library-modal/index.js.map +1 -1
- package/build/components/global-styles/font-library-modal/installed-fonts.js +60 -12
- package/build/components/global-styles/font-library-modal/installed-fonts.js.map +1 -1
- package/build/components/global-styles/font-sizes/confirm-delete-font-size-dialog.js +39 -0
- package/build/components/global-styles/font-sizes/confirm-delete-font-size-dialog.js.map +1 -0
- package/build/components/global-styles/font-sizes/confirm-reset-font-sizes-dialog.js +39 -0
- package/build/components/global-styles/font-sizes/confirm-reset-font-sizes-dialog.js.map +1 -0
- package/build/components/global-styles/font-sizes/font-size-preview.js +44 -0
- package/build/components/global-styles/font-sizes/font-size-preview.js.map +1 -0
- package/build/components/global-styles/font-sizes/font-size.js +213 -0
- package/build/components/global-styles/font-sizes/font-size.js.map +1 -0
- package/build/components/global-styles/font-sizes/font-sizes-count.js +50 -0
- package/build/components/global-styles/font-sizes/font-sizes-count.js.map +1 -0
- package/build/components/global-styles/font-sizes/font-sizes.js +163 -0
- package/build/components/global-styles/font-sizes/font-sizes.js.map +1 -0
- package/build/components/global-styles/font-sizes/rename-font-size-dialog.js +67 -0
- package/build/components/global-styles/font-sizes/rename-font-size-dialog.js.map +1 -0
- package/build/components/global-styles/hooks.js +0 -40
- package/build/components/global-styles/hooks.js.map +1 -1
- package/build/components/global-styles/preview-typography.js +47 -0
- package/build/components/global-styles/preview-typography.js.map +1 -0
- package/build/components/global-styles/screen-block.js +17 -1
- package/build/components/global-styles/screen-block.js.map +1 -1
- package/build/components/global-styles/screen-layout.js +5 -1
- package/build/components/global-styles/screen-layout.js.map +1 -1
- package/build/components/global-styles/screen-revisions/revisions-buttons.js +1 -1
- package/build/components/global-styles/screen-revisions/revisions-buttons.js.map +1 -1
- package/build/components/global-styles/screen-style-variations.js +2 -2
- package/build/components/global-styles/screen-style-variations.js.map +1 -1
- package/build/components/global-styles/screen-typography.js +3 -2
- package/build/components/global-styles/screen-typography.js.map +1 -1
- package/build/components/global-styles/shadows-edit-panel.js +1 -2
- package/build/components/global-styles/shadows-edit-panel.js.map +1 -1
- package/build/components/global-styles/size-control/index.js +85 -0
- package/build/components/global-styles/size-control/index.js.map +1 -0
- package/build/components/global-styles/style-variations-container.js +8 -5
- package/build/components/global-styles/style-variations-container.js.map +1 -1
- package/build/components/global-styles/typography-elements.js +0 -2
- package/build/components/global-styles/typography-elements.js.map +1 -1
- package/build/components/global-styles/ui.js +8 -0
- package/build/components/global-styles/ui.js.map +1 -1
- package/build/components/global-styles/variations/variation.js +4 -4
- package/build/components/global-styles/variations/variation.js.map +1 -1
- package/build/components/global-styles/variations/variations-color.js +4 -3
- package/build/components/global-styles/variations/variations-color.js.map +1 -1
- package/build/components/global-styles/variations/variations-typography.js +15 -29
- package/build/components/global-styles/variations/variations-typography.js.map +1 -1
- package/build/components/global-styles-sidebar/index.js +2 -2
- package/build/components/global-styles-sidebar/index.js.map +1 -1
- package/build/components/layout/index.js +22 -8
- package/build/components/layout/index.js.map +1 -1
- package/build/components/layout/router.js +30 -43
- package/build/components/layout/router.js.map +1 -1
- package/build/components/page-patterns/header.js +1 -1
- package/build/components/page-patterns/header.js.map +1 -1
- package/build/components/page-patterns/index.js +65 -49
- package/build/components/page-patterns/index.js.map +1 -1
- package/build/components/page-patterns/search-items.js +29 -4
- package/build/components/page-patterns/search-items.js.map +1 -1
- package/build/components/page-patterns/use-patterns.js +22 -55
- package/build/components/page-patterns/use-patterns.js.map +1 -1
- package/build/components/page-templates/index.js +56 -50
- package/build/components/page-templates/index.js.map +1 -1
- package/build/components/pagination/index.js +4 -4
- package/build/components/pagination/index.js.map +1 -1
- package/build/components/post-edit/index.js +105 -0
- package/build/components/post-edit/index.js.map +1 -0
- package/build/components/post-fields/index.js +314 -0
- package/build/components/post-fields/index.js.map +1 -0
- package/build/components/post-list/index.js +281 -0
- package/build/components/post-list/index.js.map +1 -0
- package/build/components/posts-app/index.js +11 -17
- package/build/components/posts-app/index.js.map +1 -1
- package/build/components/posts-app/router.js +85 -0
- package/build/components/posts-app/router.js.map +1 -0
- package/build/components/revisions/index.js +10 -7
- package/build/components/revisions/index.js.map +1 -1
- package/build/components/save-panel/index.js +1 -1
- package/build/components/save-panel/index.js.map +1 -1
- package/build/components/sidebar-dataviews/add-new-view.js +4 -1
- package/build/components/sidebar-dataviews/add-new-view.js.map +1 -1
- package/build/components/sidebar-dataviews/custom-dataviews-list.js +6 -2
- package/build/components/sidebar-dataviews/custom-dataviews-list.js.map +1 -1
- package/build/components/sidebar-dataviews/default-views.js +119 -93
- package/build/components/sidebar-dataviews/default-views.js.map +1 -1
- package/build/components/sidebar-dataviews/index.js +44 -2
- package/build/components/sidebar-dataviews/index.js.map +1 -1
- package/build/components/sidebar-navigation-screen-global-styles/content.js +64 -0
- package/build/components/sidebar-navigation-screen-global-styles/content.js.map +1 -0
- package/build/components/sidebar-navigation-screen-global-styles/index.js +2 -47
- package/build/components/sidebar-navigation-screen-global-styles/index.js.map +1 -1
- package/build/components/sidebar-navigation-screen-navigation-menu/rename-modal.js +3 -2
- package/build/components/sidebar-navigation-screen-navigation-menu/rename-modal.js.map +1 -1
- package/build/components/sidebar-navigation-screen-patterns/use-pattern-categories.js +3 -2
- package/build/components/sidebar-navigation-screen-patterns/use-pattern-categories.js.map +1 -1
- package/build/components/site-hub/index.js +81 -1
- package/build/components/site-hub/index.js.map +1 -1
- package/build/components/sync-state-with-url/use-init-edited-entity-from-url.js +3 -1
- package/build/components/sync-state-with-url/use-init-edited-entity-from-url.js.map +1 -1
- package/build/hooks/push-changes-to-global-styles/index.js +2 -2
- package/build/hooks/push-changes-to-global-styles/index.js.map +1 -1
- package/build/hooks/use-theme-style-variations/use-theme-style-variations-by-property.js +65 -42
- package/build/hooks/use-theme-style-variations/use-theme-style-variations-by-property.js.map +1 -1
- package/build/index.js +10 -0
- package/build/index.js.map +1 -1
- package/build/posts.js +57 -2
- package/build/posts.js.map +1 -1
- package/build/store/private-actions.js +7 -2
- package/build/store/private-actions.js.map +1 -1
- package/build/store/selectors.js +34 -6
- package/build/store/selectors.js.map +1 -1
- package/build/utils/get-filtered-template-parts.js +64 -0
- package/build/utils/get-filtered-template-parts.js.map +1 -0
- package/build-module/components/add-new-pattern/index.js +8 -2
- package/build-module/components/add-new-pattern/index.js.map +1 -1
- package/build-module/components/{add-new-page → add-new-post}/index.js +21 -17
- package/build-module/components/add-new-post/index.js.map +1 -0
- package/build-module/components/add-new-template/index.js +3 -1
- package/build-module/components/add-new-template/index.js.map +1 -1
- package/build-module/components/block-editor/use-site-editor-settings.js +6 -85
- package/build-module/components/block-editor/use-site-editor-settings.js.map +1 -1
- package/build-module/components/editor/index.js +21 -3
- package/build-module/components/editor/index.js.map +1 -1
- package/build-module/components/global-styles/background-panel.js +0 -5
- package/build-module/components/global-styles/background-panel.js.map +1 -1
- package/build-module/components/global-styles/block-preview-panel.js +14 -5
- package/build-module/components/global-styles/block-preview-panel.js.map +1 -1
- package/build-module/components/global-styles/font-families.js +44 -25
- package/build-module/components/global-styles/font-families.js.map +1 -1
- package/build-module/components/global-styles/font-library-modal/font-collection.js +14 -31
- package/build-module/components/global-styles/font-library-modal/font-collection.js.map +1 -1
- package/build-module/components/global-styles/font-library-modal/index.js +4 -4
- package/build-module/components/global-styles/font-library-modal/index.js.map +1 -1
- package/build-module/components/global-styles/font-library-modal/installed-fonts.js +63 -15
- package/build-module/components/global-styles/font-library-modal/installed-fonts.js.map +1 -1
- package/build-module/components/global-styles/font-sizes/confirm-delete-font-size-dialog.js +32 -0
- package/build-module/components/global-styles/font-sizes/confirm-delete-font-size-dialog.js.map +1 -0
- package/build-module/components/global-styles/font-sizes/confirm-reset-font-sizes-dialog.js +32 -0
- package/build-module/components/global-styles/font-sizes/confirm-reset-font-sizes-dialog.js.map +1 -0
- package/build-module/components/global-styles/font-sizes/font-size-preview.js +37 -0
- package/build-module/components/global-styles/font-sizes/font-size-preview.js.map +1 -0
- package/build-module/components/global-styles/font-sizes/font-size.js +207 -0
- package/build-module/components/global-styles/font-sizes/font-size.js.map +1 -0
- package/build-module/components/global-styles/font-sizes/font-sizes-count.js +43 -0
- package/build-module/components/global-styles/font-sizes/font-sizes-count.js.map +1 -0
- package/build-module/components/global-styles/font-sizes/font-sizes.js +157 -0
- package/build-module/components/global-styles/font-sizes/font-sizes.js.map +1 -0
- package/build-module/components/global-styles/font-sizes/rename-font-size-dialog.js +61 -0
- package/build-module/components/global-styles/font-sizes/rename-font-size-dialog.js.map +1 -0
- package/build-module/components/global-styles/hooks.js +0 -38
- package/build-module/components/global-styles/hooks.js.map +1 -1
- package/build-module/components/global-styles/preview-typography.js +39 -0
- package/build-module/components/global-styles/preview-typography.js.map +1 -0
- package/build-module/components/global-styles/screen-block.js +18 -1
- package/build-module/components/global-styles/screen-block.js.map +1 -1
- package/build-module/components/global-styles/screen-layout.js +5 -1
- package/build-module/components/global-styles/screen-layout.js.map +1 -1
- package/build-module/components/global-styles/screen-revisions/revisions-buttons.js +1 -1
- package/build-module/components/global-styles/screen-revisions/revisions-buttons.js.map +1 -1
- package/build-module/components/global-styles/screen-style-variations.js +2 -2
- package/build-module/components/global-styles/screen-style-variations.js.map +1 -1
- package/build-module/components/global-styles/screen-typography.js +3 -2
- package/build-module/components/global-styles/screen-typography.js.map +1 -1
- package/build-module/components/global-styles/shadows-edit-panel.js +1 -2
- package/build-module/components/global-styles/shadows-edit-panel.js.map +1 -1
- package/build-module/components/global-styles/size-control/index.js +79 -0
- package/build-module/components/global-styles/size-control/index.js.map +1 -0
- package/build-module/components/global-styles/style-variations-container.js +9 -6
- package/build-module/components/global-styles/style-variations-container.js.map +1 -1
- package/build-module/components/global-styles/typography-elements.js +0 -2
- package/build-module/components/global-styles/typography-elements.js.map +1 -1
- package/build-module/components/global-styles/ui.js +8 -0
- package/build-module/components/global-styles/ui.js.map +1 -1
- package/build-module/components/global-styles/variations/variation.js +5 -5
- package/build-module/components/global-styles/variations/variation.js.map +1 -1
- package/build-module/components/global-styles/variations/variations-color.js +5 -4
- package/build-module/components/global-styles/variations/variations-color.js.map +1 -1
- package/build-module/components/global-styles/variations/variations-typography.js +16 -30
- package/build-module/components/global-styles/variations/variations-typography.js.map +1 -1
- package/build-module/components/global-styles-sidebar/index.js +2 -2
- package/build-module/components/global-styles-sidebar/index.js.map +1 -1
- package/build-module/components/layout/index.js +20 -8
- package/build-module/components/layout/index.js.map +1 -1
- package/build-module/components/layout/router.js +30 -43
- package/build-module/components/layout/router.js.map +1 -1
- package/build-module/components/page-patterns/header.js +1 -1
- package/build-module/components/page-patterns/header.js.map +1 -1
- package/build-module/components/page-patterns/index.js +66 -50
- package/build-module/components/page-patterns/index.js.map +1 -1
- package/build-module/components/page-patterns/search-items.js +28 -4
- package/build-module/components/page-patterns/search-items.js.map +1 -1
- package/build-module/components/page-patterns/use-patterns.js +23 -56
- package/build-module/components/page-patterns/use-patterns.js.map +1 -1
- package/build-module/components/page-templates/index.js +58 -53
- package/build-module/components/page-templates/index.js.map +1 -1
- package/build-module/components/pagination/index.js +4 -4
- package/build-module/components/pagination/index.js.map +1 -1
- package/build-module/components/post-edit/index.js +98 -0
- package/build-module/components/post-edit/index.js.map +1 -0
- package/build-module/components/post-fields/index.js +306 -0
- package/build-module/components/post-fields/index.js.map +1 -0
- package/build-module/components/post-list/index.js +275 -0
- package/build-module/components/post-list/index.js.map +1 -0
- package/build-module/components/posts-app/index.js +11 -17
- package/build-module/components/posts-app/index.js.map +1 -1
- package/build-module/components/posts-app/router.js +77 -0
- package/build-module/components/posts-app/router.js.map +1 -0
- package/build-module/components/revisions/index.js +10 -7
- package/build-module/components/revisions/index.js.map +1 -1
- package/build-module/components/save-panel/index.js +1 -1
- package/build-module/components/save-panel/index.js.map +1 -1
- package/build-module/components/sidebar-dataviews/add-new-view.js +4 -1
- package/build-module/components/sidebar-dataviews/add-new-view.js.map +1 -1
- package/build-module/components/sidebar-dataviews/custom-dataviews-list.js +6 -2
- package/build-module/components/sidebar-dataviews/custom-dataviews-list.js.map +1 -1
- package/build-module/components/sidebar-dataviews/default-views.js +117 -92
- package/build-module/components/sidebar-dataviews/default-views.js.map +1 -1
- package/build-module/components/sidebar-dataviews/index.js +47 -5
- package/build-module/components/sidebar-dataviews/index.js.map +1 -1
- package/build-module/components/sidebar-navigation-screen-global-styles/content.js +57 -0
- package/build-module/components/sidebar-navigation-screen-global-styles/content.js.map +1 -0
- package/build-module/components/sidebar-navigation-screen-global-styles/index.js +2 -47
- package/build-module/components/sidebar-navigation-screen-global-styles/index.js.map +1 -1
- package/build-module/components/sidebar-navigation-screen-navigation-menu/rename-modal.js +3 -2
- package/build-module/components/sidebar-navigation-screen-navigation-menu/rename-modal.js.map +1 -1
- package/build-module/components/sidebar-navigation-screen-patterns/use-pattern-categories.js +3 -2
- package/build-module/components/sidebar-navigation-screen-patterns/use-pattern-categories.js.map +1 -1
- package/build-module/components/site-hub/index.js +81 -1
- package/build-module/components/site-hub/index.js.map +1 -1
- package/build-module/components/sync-state-with-url/use-init-edited-entity-from-url.js +3 -1
- package/build-module/components/sync-state-with-url/use-init-edited-entity-from-url.js.map +1 -1
- package/build-module/hooks/push-changes-to-global-styles/index.js +2 -2
- package/build-module/hooks/push-changes-to-global-styles/index.js.map +1 -1
- package/build-module/hooks/use-theme-style-variations/use-theme-style-variations-by-property.js +61 -38
- package/build-module/hooks/use-theme-style-variations/use-theme-style-variations-by-property.js.map +1 -1
- package/build-module/index.js +11 -2
- package/build-module/index.js.map +1 -1
- package/build-module/posts.js +57 -2
- package/build-module/posts.js.map +1 -1
- package/build-module/store/private-actions.js +7 -2
- package/build-module/store/private-actions.js.map +1 -1
- package/build-module/store/selectors.js +35 -7
- package/build-module/store/selectors.js.map +1 -1
- package/build-module/utils/get-filtered-template-parts.js +57 -0
- package/build-module/utils/get-filtered-template-parts.js.map +1 -0
- package/build-style/posts-rtl.css +668 -510
- package/build-style/posts.css +668 -510
- package/build-style/style-rtl.css +772 -702
- package/build-style/style.css +772 -702
- package/package.json +41 -41
- package/src/components/add-new-pattern/index.js +8 -2
- package/src/components/{add-new-page → add-new-post}/index.js +28 -22
- package/src/components/add-new-template/index.js +4 -1
- package/src/components/add-new-template/style.scss +4 -6
- package/src/components/block-editor/use-site-editor-settings.js +10 -101
- package/src/components/editor/index.js +21 -5
- package/src/components/global-styles/background-panel.js +0 -8
- package/src/components/global-styles/block-preview-panel.js +22 -9
- package/src/components/global-styles/font-families.js +66 -31
- package/src/components/global-styles/font-library-modal/font-collection.js +17 -32
- package/src/components/global-styles/font-library-modal/index.js +4 -2
- package/src/components/global-styles/font-library-modal/installed-fonts.js +94 -13
- package/src/components/global-styles/font-library-modal/style.scss +26 -10
- package/src/components/global-styles/font-sizes/confirm-delete-font-size-dialog.js +43 -0
- package/src/components/global-styles/font-sizes/confirm-reset-font-sizes-dialog.js +37 -0
- package/src/components/global-styles/font-sizes/font-size-preview.js +43 -0
- package/src/components/global-styles/font-sizes/font-size.js +250 -0
- package/src/components/global-styles/font-sizes/font-sizes-count.js +40 -0
- package/src/components/global-styles/font-sizes/font-sizes.js +263 -0
- package/src/components/global-styles/font-sizes/rename-font-size-dialog.js +70 -0
- package/src/components/global-styles/hooks.js +0 -41
- package/src/components/global-styles/preview-typography.js +39 -0
- package/src/components/global-styles/screen-block.js +20 -0
- package/src/components/global-styles/screen-layout.js +5 -1
- package/src/components/global-styles/screen-revisions/revisions-buttons.js +1 -1
- package/src/components/global-styles/screen-style-variations.js +2 -2
- package/src/components/global-styles/screen-typography.js +3 -2
- package/src/components/global-styles/shadows-edit-panel.js +1 -2
- package/src/components/global-styles/size-control/index.js +86 -0
- package/src/components/global-styles/style-variations-container.js +14 -7
- package/src/components/global-styles/style.scss +13 -3
- package/src/components/global-styles/typography-elements.js +0 -4
- package/src/components/global-styles/ui.js +10 -0
- package/src/components/global-styles/variations/variation.js +5 -5
- package/src/components/global-styles/variations/variations-color.js +6 -4
- package/src/components/global-styles/variations/variations-typography.js +15 -33
- package/src/components/global-styles-sidebar/index.js +2 -2
- package/src/components/layout/index.js +24 -4
- package/src/components/layout/router.js +29 -37
- package/src/components/layout/style.scss +38 -8
- package/src/components/page-patterns/header.js +1 -1
- package/src/components/page-patterns/index.js +62 -64
- package/src/components/page-patterns/search-items.js +37 -3
- package/src/components/page-patterns/style.scss +1 -8
- package/src/components/page-patterns/use-patterns.js +43 -82
- package/src/components/page-templates/index.js +67 -64
- package/src/components/page-templates/style.scss +6 -9
- package/src/components/pagination/index.js +4 -4
- package/src/components/post-edit/index.js +96 -0
- package/src/components/post-edit/style.scss +9 -0
- package/src/components/post-fields/index.js +345 -0
- package/src/components/post-list/index.js +326 -0
- package/src/components/{page-pages → post-list}/style.scss +25 -8
- package/src/components/posts-app/index.js +9 -11
- package/src/components/posts-app/router.js +69 -0
- package/src/components/revisions/index.js +9 -1
- package/src/components/save-panel/index.js +1 -1
- package/src/components/sidebar/style.scss +6 -0
- package/src/components/sidebar-dataviews/add-new-view.js +2 -1
- package/src/components/sidebar-dataviews/custom-dataviews-list.js +6 -2
- package/src/components/sidebar-dataviews/default-views.js +131 -106
- package/src/components/sidebar-dataviews/index.js +39 -4
- package/src/components/sidebar-navigation-screen-global-styles/content.js +55 -0
- package/src/components/sidebar-navigation-screen-global-styles/index.js +1 -54
- package/src/components/sidebar-navigation-screen-navigation-menu/rename-modal.js +2 -1
- package/src/components/sidebar-navigation-screen-patterns/use-pattern-categories.js +10 -2
- package/src/components/site-hub/index.js +84 -1
- package/src/components/sync-state-with-url/use-init-edited-entity-from-url.js +3 -2
- package/src/hooks/push-changes-to-global-styles/index.js +2 -2
- package/src/hooks/use-theme-style-variations/test/use-theme-style-variations-by-property.js +28 -24
- package/src/hooks/use-theme-style-variations/use-theme-style-variations-by-property.js +72 -47
- package/src/index.js +14 -1
- package/src/posts.js +63 -2
- package/src/posts.scss +9 -0
- package/src/store/private-actions.js +7 -3
- package/src/store/selectors.js +53 -14
- package/src/store/test/selectors.js +1 -26
- package/src/style.scss +2 -2
- package/src/utils/get-filtered-template-parts.js +61 -0
- package/src/utils/test/get-filtered-template-parts.js +127 -0
- package/build/components/add-new-page/index.js.map +0 -1
- package/build/components/global-styles/screen-background.js +0 -36
- package/build/components/global-styles/screen-background.js.map +0 -1
- package/build/components/page-pages/index.js +0 -473
- package/build/components/page-pages/index.js.map +0 -1
- package/build/components/table/index.js +0 -35
- package/build/components/table/index.js.map +0 -1
- package/build-module/components/add-new-page/index.js.map +0 -1
- package/build-module/components/global-styles/screen-background.js +0 -30
- package/build-module/components/global-styles/screen-background.js.map +0 -1
- package/build-module/components/page-pages/index.js +0 -465
- package/build-module/components/page-pages/index.js.map +0 -1
- package/build-module/components/table/index.js +0 -30
- package/build-module/components/table/index.js.map +0 -1
- package/src/components/global-styles/screen-background.js +0 -29
- package/src/components/page-pages/index.js +0 -564
- package/src/components/table/index.js +0 -33
- package/src/components/table/style.scss +0 -38
package/build-style/style.css
CHANGED
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
flex-direction: column;
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
-
.
|
|
119
|
+
.dataviews__view-actions {
|
|
120
120
|
box-sizing: border-box;
|
|
121
121
|
padding: 16px 48px;
|
|
122
122
|
flex-shrink: 0;
|
|
@@ -125,212 +125,15 @@
|
|
|
125
125
|
transition: padding ease-out 0.1s;
|
|
126
126
|
}
|
|
127
127
|
@media (prefers-reduced-motion: reduce) {
|
|
128
|
-
.
|
|
128
|
+
.dataviews__view-actions {
|
|
129
129
|
transition-duration: 0s;
|
|
130
130
|
transition-delay: 0s;
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
|
-
.
|
|
133
|
+
.dataviews__view-actions .components-search-control .components-base-control__field {
|
|
134
134
|
max-width: 240px;
|
|
135
135
|
}
|
|
136
136
|
|
|
137
|
-
.dataviews-filters__container .dataviews-filters__reset-button[aria-disabled=true], .dataviews-filters__container .dataviews-filters__reset-button[aria-disabled=true]:hover {
|
|
138
|
-
opacity: 0;
|
|
139
|
-
}
|
|
140
|
-
.dataviews-filters__container .dataviews-filters__reset-button[aria-disabled=true]:focus {
|
|
141
|
-
opacity: 1;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.dataviews-filters-button {
|
|
145
|
-
position: relative;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.dataviews-pagination {
|
|
149
|
-
position: sticky;
|
|
150
|
-
bottom: 0;
|
|
151
|
-
left: 0;
|
|
152
|
-
background-color: #fff;
|
|
153
|
-
padding: 12px 48px;
|
|
154
|
-
border-top: 1px solid #f0f0f0;
|
|
155
|
-
color: #757575;
|
|
156
|
-
flex-shrink: 0;
|
|
157
|
-
transition: padding ease-out 0.1s;
|
|
158
|
-
}
|
|
159
|
-
@media (prefers-reduced-motion: reduce) {
|
|
160
|
-
.dataviews-pagination {
|
|
161
|
-
transition-duration: 0s;
|
|
162
|
-
transition-delay: 0s;
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.dataviews-pagination__page-selection {
|
|
167
|
-
font-size: 11px;
|
|
168
|
-
text-transform: uppercase;
|
|
169
|
-
font-weight: 500;
|
|
170
|
-
color: #1e1e1e;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
.dataviews-filters-options {
|
|
174
|
-
margin: 32px 0 16px;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
.dataviews-view-table {
|
|
178
|
-
width: 100%;
|
|
179
|
-
text-indent: 0;
|
|
180
|
-
border-color: inherit;
|
|
181
|
-
border-collapse: collapse;
|
|
182
|
-
position: relative;
|
|
183
|
-
color: #757575;
|
|
184
|
-
margin-bottom: auto;
|
|
185
|
-
}
|
|
186
|
-
.dataviews-view-table a {
|
|
187
|
-
text-decoration: none;
|
|
188
|
-
color: #1e1e1e;
|
|
189
|
-
font-weight: 500;
|
|
190
|
-
}
|
|
191
|
-
.dataviews-view-table th {
|
|
192
|
-
text-align: left;
|
|
193
|
-
color: #1e1e1e;
|
|
194
|
-
font-weight: normal;
|
|
195
|
-
font-size: 13px;
|
|
196
|
-
}
|
|
197
|
-
.dataviews-view-table td,
|
|
198
|
-
.dataviews-view-table th {
|
|
199
|
-
padding: 12px;
|
|
200
|
-
white-space: nowrap;
|
|
201
|
-
}
|
|
202
|
-
.dataviews-view-table td[data-field-id=actions],
|
|
203
|
-
.dataviews-view-table th[data-field-id=actions] {
|
|
204
|
-
text-align: right;
|
|
205
|
-
}
|
|
206
|
-
.dataviews-view-table td.dataviews-view-table__checkbox-column,
|
|
207
|
-
.dataviews-view-table th.dataviews-view-table__checkbox-column {
|
|
208
|
-
padding-right: 0;
|
|
209
|
-
}
|
|
210
|
-
.dataviews-view-table tr {
|
|
211
|
-
border-bottom: 1px solid #f0f0f0;
|
|
212
|
-
}
|
|
213
|
-
.dataviews-view-table tr .dataviews-view-table-header-button {
|
|
214
|
-
gap: 4px;
|
|
215
|
-
}
|
|
216
|
-
.dataviews-view-table tr th:first-child, .dataviews-view-table tr th:last-child,
|
|
217
|
-
.dataviews-view-table tr td:first-child,
|
|
218
|
-
.dataviews-view-table tr td:last-child {
|
|
219
|
-
transition: padding ease-out 0.1s;
|
|
220
|
-
}
|
|
221
|
-
@media (prefers-reduced-motion: reduce) {
|
|
222
|
-
.dataviews-view-table tr th:first-child, .dataviews-view-table tr th:last-child,
|
|
223
|
-
.dataviews-view-table tr td:first-child,
|
|
224
|
-
.dataviews-view-table tr td:last-child {
|
|
225
|
-
transition-duration: 0s;
|
|
226
|
-
transition-delay: 0s;
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
.dataviews-view-table tr td:first-child,
|
|
230
|
-
.dataviews-view-table tr th:first-child {
|
|
231
|
-
padding-left: 48px;
|
|
232
|
-
}
|
|
233
|
-
.dataviews-view-table tr td:first-child .dataviews-view-table-header-button,
|
|
234
|
-
.dataviews-view-table tr td:first-child .dataviews-view-table-header,
|
|
235
|
-
.dataviews-view-table tr th:first-child .dataviews-view-table-header-button,
|
|
236
|
-
.dataviews-view-table tr th:first-child .dataviews-view-table-header {
|
|
237
|
-
margin-left: -8px;
|
|
238
|
-
}
|
|
239
|
-
.dataviews-view-table tr td:last-child,
|
|
240
|
-
.dataviews-view-table tr th:last-child {
|
|
241
|
-
padding-right: 48px;
|
|
242
|
-
}
|
|
243
|
-
.dataviews-view-table tr:last-child {
|
|
244
|
-
border-bottom: 0;
|
|
245
|
-
}
|
|
246
|
-
.dataviews-view-table tr.is-hovered {
|
|
247
|
-
background-color: #f8f8f8;
|
|
248
|
-
}
|
|
249
|
-
.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input {
|
|
250
|
-
opacity: 0;
|
|
251
|
-
}
|
|
252
|
-
.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:checked, .dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:indeterminate, .dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:focus {
|
|
253
|
-
opacity: 1;
|
|
254
|
-
}
|
|
255
|
-
.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) {
|
|
256
|
-
opacity: 0;
|
|
257
|
-
}
|
|
258
|
-
.dataviews-view-table tr:focus-within .components-checkbox-control__input,
|
|
259
|
-
.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button), .dataviews-view-table tr.is-hovered .components-checkbox-control__input,
|
|
260
|
-
.dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button), .dataviews-view-table tr:hover .components-checkbox-control__input,
|
|
261
|
-
.dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) {
|
|
262
|
-
opacity: 1;
|
|
263
|
-
}
|
|
264
|
-
@media (hover: none) {
|
|
265
|
-
.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input,
|
|
266
|
-
.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) {
|
|
267
|
-
opacity: 1;
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
.dataviews-view-table tr.is-selected {
|
|
271
|
-
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.04);
|
|
272
|
-
color: #757575;
|
|
273
|
-
}
|
|
274
|
-
.dataviews-view-table tr.is-selected:hover {
|
|
275
|
-
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
|
|
276
|
-
}
|
|
277
|
-
.dataviews-view-table thead {
|
|
278
|
-
position: sticky;
|
|
279
|
-
inset-block-start: 0;
|
|
280
|
-
z-index: 1;
|
|
281
|
-
}
|
|
282
|
-
.dataviews-view-table thead tr {
|
|
283
|
-
border: 0;
|
|
284
|
-
}
|
|
285
|
-
.dataviews-view-table thead th {
|
|
286
|
-
background-color: #fff;
|
|
287
|
-
box-shadow: inset 0 -1px 0 #f0f0f0;
|
|
288
|
-
padding-top: 8px;
|
|
289
|
-
padding-bottom: 8px;
|
|
290
|
-
font-size: 11px;
|
|
291
|
-
text-transform: uppercase;
|
|
292
|
-
font-weight: 500;
|
|
293
|
-
padding-left: 4px;
|
|
294
|
-
}
|
|
295
|
-
.dataviews-view-table tbody td {
|
|
296
|
-
vertical-align: top;
|
|
297
|
-
}
|
|
298
|
-
.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper {
|
|
299
|
-
min-height: 32px;
|
|
300
|
-
display: flex;
|
|
301
|
-
align-items: center;
|
|
302
|
-
}
|
|
303
|
-
.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper > * {
|
|
304
|
-
flex-grow: 1;
|
|
305
|
-
}
|
|
306
|
-
.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__primary-field a {
|
|
307
|
-
flex-grow: 0;
|
|
308
|
-
}
|
|
309
|
-
.dataviews-view-table .dataviews-view-table-header-button {
|
|
310
|
-
padding: 4px 8px;
|
|
311
|
-
font-size: 11px;
|
|
312
|
-
text-transform: uppercase;
|
|
313
|
-
font-weight: 500;
|
|
314
|
-
}
|
|
315
|
-
.dataviews-view-table .dataviews-view-table-header-button:not(:hover) {
|
|
316
|
-
color: #1e1e1e;
|
|
317
|
-
}
|
|
318
|
-
.dataviews-view-table .dataviews-view-table-header-button span {
|
|
319
|
-
speak: none;
|
|
320
|
-
}
|
|
321
|
-
.dataviews-view-table .dataviews-view-table-header-button span:empty {
|
|
322
|
-
display: none;
|
|
323
|
-
}
|
|
324
|
-
.dataviews-view-table .dataviews-view-table-header {
|
|
325
|
-
padding-left: 4px;
|
|
326
|
-
}
|
|
327
|
-
.dataviews-view-table .dataviews-view-table__actions-column {
|
|
328
|
-
width: 1%;
|
|
329
|
-
}
|
|
330
|
-
.dataviews-view-table:has(tr.is-selected) .components-checkbox-control__input {
|
|
331
|
-
opacity: 1;
|
|
332
|
-
}
|
|
333
|
-
|
|
334
137
|
.dataviews-view-list__primary-field,
|
|
335
138
|
.dataviews-view-grid__primary-field,
|
|
336
139
|
.dataviews-view-table__primary-field {
|
|
@@ -339,7 +142,6 @@
|
|
|
339
142
|
color: #757575;
|
|
340
143
|
text-overflow: ellipsis;
|
|
341
144
|
white-space: nowrap;
|
|
342
|
-
display: block;
|
|
343
145
|
width: 100%;
|
|
344
146
|
}
|
|
345
147
|
.dataviews-view-list__primary-field a,
|
|
@@ -383,302 +185,209 @@
|
|
|
383
185
|
color: var(--wp-admin-theme-color);
|
|
384
186
|
}
|
|
385
187
|
|
|
386
|
-
.dataviews-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
188
|
+
.dataviews-no-results,
|
|
189
|
+
.dataviews-loading {
|
|
190
|
+
padding: 0 48px;
|
|
191
|
+
flex-grow: 1;
|
|
192
|
+
display: flex;
|
|
193
|
+
align-items: center;
|
|
194
|
+
justify-content: center;
|
|
391
195
|
transition: padding ease-out 0.1s;
|
|
392
196
|
}
|
|
393
197
|
@media (prefers-reduced-motion: reduce) {
|
|
394
|
-
.dataviews-
|
|
198
|
+
.dataviews-no-results,
|
|
199
|
+
.dataviews-loading {
|
|
395
200
|
transition-duration: 0s;
|
|
396
201
|
transition-delay: 0s;
|
|
397
202
|
}
|
|
398
203
|
}
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
204
|
+
|
|
205
|
+
/* stylelint-disable-next-line scss/at-rule-no-unknown -- '@container' not globally permitted */
|
|
206
|
+
@container (max-width: 430px) {
|
|
207
|
+
.dataviews__view-actions {
|
|
208
|
+
padding: 12px 24px;
|
|
402
209
|
}
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
.dataviews-view-grid {
|
|
406
|
-
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
|
|
210
|
+
.dataviews__view-actions .components-search-control .components-base-control__field {
|
|
211
|
+
max-width: 112px;
|
|
407
212
|
}
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
213
|
+
|
|
214
|
+
.dataviews-view-grid,
|
|
215
|
+
.dataviews-no-results,
|
|
216
|
+
.dataviews-loading {
|
|
217
|
+
padding-left: 24px;
|
|
218
|
+
padding-right: 24px;
|
|
412
219
|
}
|
|
413
220
|
}
|
|
414
|
-
.dataviews-
|
|
415
|
-
|
|
416
|
-
justify-content: flex-start;
|
|
221
|
+
.dataviews-bulk-actions__modal {
|
|
222
|
+
z-index: 1000001;
|
|
417
223
|
}
|
|
418
|
-
|
|
419
|
-
|
|
224
|
+
|
|
225
|
+
.dataviews-bulk-actions__edit-button.components-button {
|
|
226
|
+
flex-shrink: 0;
|
|
420
227
|
}
|
|
421
|
-
|
|
422
|
-
|
|
228
|
+
|
|
229
|
+
.dataviews-bulk-actions-toolbar {
|
|
230
|
+
position: sticky;
|
|
231
|
+
display: flex;
|
|
232
|
+
flex-direction: column;
|
|
233
|
+
align-content: center;
|
|
234
|
+
flex-wrap: wrap;
|
|
235
|
+
width: -moz-fit-content;
|
|
236
|
+
width: fit-content;
|
|
237
|
+
margin-left: auto;
|
|
238
|
+
margin-right: auto;
|
|
239
|
+
bottom: 24px;
|
|
240
|
+
z-index: 2;
|
|
423
241
|
}
|
|
424
|
-
.dataviews-
|
|
425
|
-
color: #
|
|
242
|
+
.dataviews-bulk-actions-toolbar .components-accessible-toolbar {
|
|
243
|
+
border-color: #ddd;
|
|
244
|
+
box-shadow: 0 0.7px 1px rgba(0, 0, 0, 0.1), 0 1.2px 1.7px -0.2px rgba(0, 0, 0, 0.1), 0 2.3px 3.3px -0.5px rgba(0, 0, 0, 0.1);
|
|
426
245
|
}
|
|
427
|
-
.dataviews-
|
|
428
|
-
|
|
429
|
-
background: rgba(var(--wp-admin-theme-color--rgb), 0.04);
|
|
246
|
+
.dataviews-bulk-actions-toolbar .components-accessible-toolbar .components-toolbar-group {
|
|
247
|
+
border-color: #e0e0e0;
|
|
430
248
|
}
|
|
431
|
-
.dataviews-
|
|
432
|
-
|
|
433
|
-
min-height: 200px;
|
|
434
|
-
aspect-ratio: 1/1;
|
|
435
|
-
background-color: #f0f0f0;
|
|
436
|
-
border-radius: 4px;
|
|
437
|
-
overflow: hidden;
|
|
438
|
-
position: relative;
|
|
249
|
+
.dataviews-bulk-actions-toolbar .components-accessible-toolbar .components-toolbar-group:last-child {
|
|
250
|
+
border: 0;
|
|
439
251
|
}
|
|
440
|
-
.dataviews-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
252
|
+
.dataviews-bulk-actions-toolbar .dataviews-bulk-actions-toolbar__selection-count {
|
|
253
|
+
display: flex;
|
|
254
|
+
align-items: center;
|
|
255
|
+
margin: 0 8px 0 8px;
|
|
444
256
|
}
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
left: 0;
|
|
257
|
+
|
|
258
|
+
.dataviews-bulk-actions-toolbar__wrapper {
|
|
259
|
+
display: flex;
|
|
260
|
+
flex-grow: 1;
|
|
450
261
|
width: 100%;
|
|
451
|
-
height: 100%;
|
|
452
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
453
|
-
border-radius: 4px;
|
|
454
|
-
pointer-events: none;
|
|
455
|
-
}
|
|
456
|
-
.dataviews-view-grid .dataviews-view-grid__fields {
|
|
457
|
-
position: relative;
|
|
458
|
-
font-size: 12px;
|
|
459
|
-
line-height: 16px;
|
|
460
|
-
}
|
|
461
|
-
.dataviews-view-grid .dataviews-view-grid__fields:not(:empty) {
|
|
462
|
-
padding: 0 0 12px;
|
|
463
|
-
}
|
|
464
|
-
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field {
|
|
465
|
-
align-items: flex-start;
|
|
466
262
|
}
|
|
467
|
-
.dataviews-
|
|
263
|
+
.dataviews-bulk-actions-toolbar__wrapper .components-toolbar-group {
|
|
468
264
|
align-items: center;
|
|
469
265
|
}
|
|
470
|
-
.dataviews-
|
|
471
|
-
|
|
472
|
-
}
|
|
473
|
-
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column) .dataviews-view-grid__field-value {
|
|
474
|
-
width: 65%;
|
|
475
|
-
overflow: hidden;
|
|
476
|
-
text-overflow: ellipsis;
|
|
477
|
-
white-space: nowrap;
|
|
478
|
-
}
|
|
479
|
-
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name {
|
|
480
|
-
color: #757575;
|
|
481
|
-
}
|
|
482
|
-
.dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty) {
|
|
483
|
-
padding-bottom: 12px;
|
|
484
|
-
}
|
|
485
|
-
.dataviews-view-grid .dataviews-view-grid__badge-fields .dataviews-view-grid__field-value {
|
|
486
|
-
width: -moz-fit-content;
|
|
487
|
-
width: fit-content;
|
|
488
|
-
background: #f0f0f0;
|
|
489
|
-
padding: 0 8px;
|
|
490
|
-
min-height: 24px;
|
|
491
|
-
border-radius: 2px;
|
|
492
|
-
display: flex;
|
|
493
|
-
align-items: center;
|
|
494
|
-
font-size: 12px;
|
|
266
|
+
.dataviews-bulk-actions-toolbar__wrapper .components-button.is-busy {
|
|
267
|
+
max-height: 36px;
|
|
495
268
|
}
|
|
496
269
|
|
|
497
|
-
.dataviews-
|
|
498
|
-
margin: 0 0 auto;
|
|
499
|
-
}
|
|
500
|
-
.dataviews-view-list li {
|
|
501
|
-
margin: 0;
|
|
502
|
-
cursor: pointer;
|
|
503
|
-
border-top: 1px solid #f0f0f0;
|
|
504
|
-
}
|
|
505
|
-
.dataviews-view-list li .dataviews-view-list__item-wrapper {
|
|
270
|
+
.dataviews-filters__button {
|
|
506
271
|
position: relative;
|
|
507
|
-
border-radius: 4px;
|
|
508
|
-
}
|
|
509
|
-
.dataviews-view-list li .dataviews-view-list__item-wrapper > * {
|
|
510
|
-
width: 100%;
|
|
511
272
|
}
|
|
512
|
-
|
|
273
|
+
|
|
274
|
+
.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true], .dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover {
|
|
513
275
|
opacity: 0;
|
|
514
|
-
position: fixed;
|
|
515
|
-
right: 0;
|
|
516
|
-
}
|
|
517
|
-
.dataviews-view-list li.is-selected .dataviews-view-list__item-actions, .dataviews-view-list li.is-hovered .dataviews-view-list__item-actions, .dataviews-view-list li:focus-within .dataviews-view-list__item-actions {
|
|
518
|
-
padding-right: 32px;
|
|
519
276
|
}
|
|
520
|
-
.dataviews-
|
|
277
|
+
.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus {
|
|
521
278
|
opacity: 1;
|
|
522
|
-
position: static;
|
|
523
|
-
}
|
|
524
|
-
.dataviews-view-list li.is-selected .dataviews-view-list__item, .dataviews-view-list li.is-hovered .dataviews-view-list__item, .dataviews-view-list li:focus-within .dataviews-view-list__item {
|
|
525
|
-
padding-right: 0;
|
|
526
|
-
}
|
|
527
|
-
.dataviews-view-list li:not(.is-selected) .dataviews-view-list__primary-field {
|
|
528
|
-
color: #1e1e1e;
|
|
529
|
-
}
|
|
530
|
-
.dataviews-view-list li:not(.is-selected):hover, .dataviews-view-list li:not(.is-selected):focus-within {
|
|
531
|
-
color: var(--wp-admin-theme-color);
|
|
532
|
-
background-color: #f8f8f8;
|
|
533
|
-
}
|
|
534
|
-
.dataviews-view-list li:not(.is-selected):hover .dataviews-view-list__primary-field,
|
|
535
|
-
.dataviews-view-list li:not(.is-selected):hover .dataviews-view-list__fields, .dataviews-view-list li:not(.is-selected):focus-within .dataviews-view-list__primary-field,
|
|
536
|
-
.dataviews-view-list li:not(.is-selected):focus-within .dataviews-view-list__fields {
|
|
537
|
-
color: var(--wp-admin-theme-color);
|
|
538
279
|
}
|
|
539
|
-
|
|
540
|
-
.dataviews-
|
|
541
|
-
|
|
542
|
-
|
|
280
|
+
|
|
281
|
+
.dataviews-filters__summary-popover .components-popover__content {
|
|
282
|
+
width: 230px;
|
|
283
|
+
padding: 0;
|
|
284
|
+
border-radius: 4px;
|
|
543
285
|
}
|
|
544
|
-
|
|
545
|
-
.dataviews-
|
|
546
|
-
|
|
547
|
-
.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields {
|
|
548
|
-
color: var(--wp-admin-theme-color);
|
|
286
|
+
|
|
287
|
+
.dataviews-filters__summary-operators-container {
|
|
288
|
+
padding: 8px 8px 0;
|
|
549
289
|
}
|
|
550
|
-
.dataviews-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
scroll-margin: 8px 0;
|
|
290
|
+
.dataviews-filters__summary-operators-container:has(+ .dataviews-filters__search-widget-listbox) {
|
|
291
|
+
border-bottom: 1px solid #e0e0e0;
|
|
292
|
+
padding-bottom: 8px;
|
|
554
293
|
}
|
|
555
|
-
.dataviews-
|
|
556
|
-
|
|
557
|
-
content: "";
|
|
558
|
-
top: calc(var(--wp-admin-border-width-focus) + 1px);
|
|
559
|
-
right: var(--wp-admin-border-width-focus);
|
|
560
|
-
bottom: var(--wp-admin-border-width-focus);
|
|
561
|
-
left: var(--wp-admin-border-width-focus);
|
|
562
|
-
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
563
|
-
border-radius: 2px;
|
|
294
|
+
.dataviews-filters__summary-operators-container:empty {
|
|
295
|
+
display: none;
|
|
564
296
|
}
|
|
565
|
-
.dataviews-
|
|
566
|
-
|
|
567
|
-
line-height: 20px;
|
|
568
|
-
overflow: hidden;
|
|
297
|
+
.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name {
|
|
298
|
+
color: #757575;
|
|
569
299
|
}
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
height: 40px;
|
|
573
|
-
overflow: hidden;
|
|
300
|
+
|
|
301
|
+
.dataviews-filters__summary-chip-container {
|
|
574
302
|
position: relative;
|
|
575
|
-
|
|
576
|
-
background-color: #f0f0f0;
|
|
577
|
-
border-radius: 4px;
|
|
578
|
-
}
|
|
579
|
-
.dataviews-view-list .dataviews-view-list__media-wrapper img {
|
|
580
|
-
width: 100%;
|
|
581
|
-
height: 100%;
|
|
582
|
-
object-fit: cover;
|
|
583
|
-
}
|
|
584
|
-
.dataviews-view-list .dataviews-view-list__media-wrapper::after {
|
|
585
|
-
content: "";
|
|
586
|
-
position: absolute;
|
|
587
|
-
top: 0;
|
|
588
|
-
left: 0;
|
|
589
|
-
width: 100%;
|
|
590
|
-
height: 100%;
|
|
591
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
592
|
-
border-radius: 4px;
|
|
593
|
-
}
|
|
594
|
-
.dataviews-view-list .dataviews-view-list__media-placeholder {
|
|
595
|
-
min-width: 32px;
|
|
596
|
-
height: 32px;
|
|
597
|
-
background-color: #e0e0e0;
|
|
303
|
+
white-space: pre-wrap;
|
|
598
304
|
}
|
|
599
|
-
.dataviews-
|
|
600
|
-
|
|
305
|
+
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip {
|
|
306
|
+
border-radius: 16px;
|
|
307
|
+
border: 1px solid transparent;
|
|
308
|
+
cursor: pointer;
|
|
309
|
+
padding: 4px 12px;
|
|
310
|
+
min-height: 32px;
|
|
311
|
+
background: #f0f0f0;
|
|
312
|
+
color: #2f2f2f;
|
|
313
|
+
position: relative;
|
|
601
314
|
display: flex;
|
|
602
|
-
|
|
603
|
-
flex-wrap: wrap;
|
|
604
|
-
font-size: 12px;
|
|
315
|
+
align-items: center;
|
|
605
316
|
}
|
|
606
|
-
.dataviews-
|
|
607
|
-
|
|
317
|
+
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset {
|
|
318
|
+
padding-inline-end: 28px;
|
|
608
319
|
}
|
|
609
|
-
.dataviews-
|
|
610
|
-
|
|
611
|
-
|
|
320
|
+
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover, .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible, .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true] {
|
|
321
|
+
background: #e0e0e0;
|
|
322
|
+
color: #1e1e1e;
|
|
323
|
+
}
|
|
324
|
+
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values {
|
|
325
|
+
color: var(--wp-admin-theme-color);
|
|
326
|
+
background: rgba(var(--wp-admin-theme-color--rgb), 0.04);
|
|
612
327
|
}
|
|
613
|
-
.dataviews-
|
|
614
|
-
|
|
328
|
+
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover, .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true] {
|
|
329
|
+
background: rgba(var(--wp-admin-theme-color--rgb), 0.12);
|
|
615
330
|
}
|
|
616
|
-
.dataviews-
|
|
617
|
-
|
|
331
|
+
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible {
|
|
332
|
+
outline: none;
|
|
333
|
+
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
618
334
|
}
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
z-index: 1000001;
|
|
335
|
+
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name {
|
|
336
|
+
font-weight: 500;
|
|
622
337
|
}
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
338
|
+
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove {
|
|
339
|
+
width: 24px;
|
|
340
|
+
height: 24px;
|
|
341
|
+
border-radius: 50%;
|
|
342
|
+
border: 0;
|
|
343
|
+
padding: 0;
|
|
344
|
+
position: absolute;
|
|
345
|
+
right: 4px;
|
|
346
|
+
top: 50%;
|
|
347
|
+
transform: translateY(-50%);
|
|
628
348
|
display: flex;
|
|
629
349
|
align-items: center;
|
|
630
350
|
justify-content: center;
|
|
631
|
-
|
|
351
|
+
background: transparent;
|
|
352
|
+
cursor: pointer;
|
|
632
353
|
}
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
.dataviews-loading {
|
|
636
|
-
transition-duration: 0s;
|
|
637
|
-
transition-delay: 0s;
|
|
638
|
-
}
|
|
354
|
+
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg {
|
|
355
|
+
fill: #757575;
|
|
639
356
|
}
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
--checkbox-input-size: 24px;
|
|
643
|
-
line-height: 0;
|
|
644
|
-
flex-shrink: 0;
|
|
357
|
+
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover, .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus {
|
|
358
|
+
background: #e0e0e0;
|
|
645
359
|
}
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
--checkbox-input-size: 16px;
|
|
649
|
-
}
|
|
360
|
+
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg, .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg {
|
|
361
|
+
fill: #1e1e1e;
|
|
650
362
|
}
|
|
651
|
-
.dataviews-
|
|
652
|
-
|
|
363
|
+
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg {
|
|
364
|
+
fill: var(--wp-admin-theme-color);
|
|
653
365
|
}
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
flex-shrink: 0;
|
|
366
|
+
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover {
|
|
367
|
+
background: rgba(var(--wp-admin-theme-color--rgb), 0.08);
|
|
657
368
|
}
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
padding: 0;
|
|
662
|
-
border-radius: 4px;
|
|
369
|
+
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible {
|
|
370
|
+
outline: none;
|
|
371
|
+
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
663
372
|
}
|
|
664
373
|
|
|
665
|
-
.dataviews-
|
|
374
|
+
.dataviews-filters__search-widget-filter-combobox-list {
|
|
666
375
|
max-height: 184px;
|
|
667
376
|
padding: 4px;
|
|
668
377
|
overflow: auto;
|
|
669
378
|
border-top: 1px solid #e0e0e0;
|
|
670
379
|
}
|
|
671
|
-
.dataviews-
|
|
380
|
+
.dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value] {
|
|
672
381
|
font-weight: 600;
|
|
673
382
|
}
|
|
674
383
|
|
|
675
|
-
.dataviews-
|
|
384
|
+
.dataviews-filters__search-widget-listbox {
|
|
676
385
|
max-height: 184px;
|
|
677
386
|
padding: 4px;
|
|
678
387
|
overflow: auto;
|
|
679
388
|
}
|
|
680
389
|
|
|
681
|
-
.dataviews-
|
|
390
|
+
.dataviews-filters__search-widget-listitem {
|
|
682
391
|
display: flex;
|
|
683
392
|
align-items: center;
|
|
684
393
|
gap: 8px;
|
|
@@ -688,25 +397,25 @@
|
|
|
688
397
|
cursor: default;
|
|
689
398
|
margin-block-end: 2px;
|
|
690
399
|
}
|
|
691
|
-
.dataviews-
|
|
400
|
+
.dataviews-filters__search-widget-listitem:last-child {
|
|
692
401
|
margin-block-end: 0;
|
|
693
402
|
}
|
|
694
|
-
.dataviews-
|
|
403
|
+
.dataviews-filters__search-widget-listitem:hover, .dataviews-filters__search-widget-listitem[data-active-item], .dataviews-filters__search-widget-listitem:focus {
|
|
695
404
|
background-color: var(--wp-admin-theme-color);
|
|
696
405
|
color: #fff;
|
|
697
406
|
}
|
|
698
|
-
.dataviews-
|
|
407
|
+
.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-check, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-check, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-check {
|
|
699
408
|
fill: #fff;
|
|
700
409
|
}
|
|
701
|
-
.dataviews-
|
|
410
|
+
.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description {
|
|
702
411
|
color: #fff;
|
|
703
412
|
}
|
|
704
|
-
.dataviews-
|
|
413
|
+
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-check {
|
|
705
414
|
width: 24px;
|
|
706
415
|
height: 24px;
|
|
707
416
|
flex-shrink: 0;
|
|
708
417
|
}
|
|
709
|
-
.dataviews-
|
|
418
|
+
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description {
|
|
710
419
|
display: block;
|
|
711
420
|
overflow: hidden;
|
|
712
421
|
text-overflow: ellipsis;
|
|
@@ -715,11 +424,11 @@
|
|
|
715
424
|
color: #757575;
|
|
716
425
|
}
|
|
717
426
|
|
|
718
|
-
.dataviews-
|
|
427
|
+
.dataviews-filters__search-widget-filter-combobox__wrapper {
|
|
719
428
|
position: relative;
|
|
720
429
|
padding: 8px;
|
|
721
430
|
}
|
|
722
|
-
.dataviews-
|
|
431
|
+
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input {
|
|
723
432
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
724
433
|
padding: 6px 8px;
|
|
725
434
|
box-shadow: 0 0 0 transparent;
|
|
@@ -742,49 +451,49 @@
|
|
|
742
451
|
font-size: 16px;
|
|
743
452
|
}
|
|
744
453
|
@media (prefers-reduced-motion: reduce) {
|
|
745
|
-
.dataviews-
|
|
454
|
+
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input {
|
|
746
455
|
transition-duration: 0s;
|
|
747
456
|
transition-delay: 0s;
|
|
748
457
|
}
|
|
749
458
|
}
|
|
750
459
|
@media (min-width: 600px) {
|
|
751
|
-
.dataviews-
|
|
460
|
+
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input {
|
|
752
461
|
font-size: 13px;
|
|
753
462
|
/* Override core line-height. To be reviewed. */
|
|
754
463
|
line-height: normal;
|
|
755
464
|
}
|
|
756
465
|
}
|
|
757
|
-
.dataviews-
|
|
466
|
+
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus {
|
|
758
467
|
border-color: var(--wp-admin-theme-color);
|
|
759
468
|
box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
|
|
760
469
|
outline: 2px solid transparent;
|
|
761
470
|
}
|
|
762
|
-
.dataviews-
|
|
471
|
+
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-input-placeholder {
|
|
763
472
|
color: rgba(30, 30, 30, 0.62);
|
|
764
473
|
}
|
|
765
|
-
.dataviews-
|
|
474
|
+
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder {
|
|
766
475
|
opacity: 1;
|
|
767
476
|
color: rgba(30, 30, 30, 0.62);
|
|
768
477
|
}
|
|
769
|
-
.dataviews-
|
|
478
|
+
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:-ms-input-placeholder {
|
|
770
479
|
color: rgba(30, 30, 30, 0.62);
|
|
771
480
|
}
|
|
772
481
|
@media (min-width: 600px) {
|
|
773
|
-
.dataviews-
|
|
482
|
+
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input {
|
|
774
483
|
font-size: 13px;
|
|
775
484
|
}
|
|
776
485
|
}
|
|
777
|
-
.dataviews-
|
|
486
|
+
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus {
|
|
778
487
|
background: #fff;
|
|
779
488
|
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
780
489
|
}
|
|
781
|
-
.dataviews-
|
|
490
|
+
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder {
|
|
782
491
|
color: #757575;
|
|
783
492
|
}
|
|
784
|
-
.dataviews-
|
|
493
|
+
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration, .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button, .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button, .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration {
|
|
785
494
|
-webkit-appearance: none;
|
|
786
495
|
}
|
|
787
|
-
.dataviews-
|
|
496
|
+
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon {
|
|
788
497
|
position: absolute;
|
|
789
498
|
right: 12px;
|
|
790
499
|
top: 50%;
|
|
@@ -795,104 +504,480 @@
|
|
|
795
504
|
width: 24px;
|
|
796
505
|
}
|
|
797
506
|
|
|
798
|
-
.dataviews-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
padding
|
|
804
|
-
|
|
805
|
-
.dataviews-filter-summary__operators-container:empty {
|
|
806
|
-
display: none;
|
|
807
|
-
}
|
|
808
|
-
.dataviews-filter-summary__operators-container .dataviews-filter-summary__operators-filter-name {
|
|
507
|
+
.dataviews-pagination {
|
|
508
|
+
position: sticky;
|
|
509
|
+
bottom: 0;
|
|
510
|
+
left: 0;
|
|
511
|
+
background-color: #fff;
|
|
512
|
+
padding: 12px 48px;
|
|
513
|
+
border-top: 1px solid #f0f0f0;
|
|
809
514
|
color: #757575;
|
|
515
|
+
flex-shrink: 0;
|
|
516
|
+
transition: padding ease-out 0.1s;
|
|
810
517
|
}
|
|
811
|
-
|
|
812
|
-
.dataviews-
|
|
813
|
-
|
|
814
|
-
|
|
518
|
+
@media (prefers-reduced-motion: reduce) {
|
|
519
|
+
.dataviews-pagination {
|
|
520
|
+
transition-duration: 0s;
|
|
521
|
+
transition-delay: 0s;
|
|
522
|
+
}
|
|
815
523
|
}
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
524
|
+
|
|
525
|
+
.dataviews-pagination__page-selection {
|
|
526
|
+
font-size: 11px;
|
|
527
|
+
text-transform: uppercase;
|
|
528
|
+
font-weight: 500;
|
|
529
|
+
color: #1e1e1e;
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
/* stylelint-disable-next-line scss/at-rule-no-unknown -- '@container' not globally permitted */
|
|
533
|
+
@container (max-width: 430px) {
|
|
534
|
+
.dataviews-pagination {
|
|
535
|
+
padding: 12px 24px;
|
|
536
|
+
}
|
|
537
|
+
}
|
|
538
|
+
.dataviews-action-modal {
|
|
539
|
+
z-index: 1000001;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
.dataviews-selection-checkbox {
|
|
543
|
+
--checkbox-input-size: 24px;
|
|
544
|
+
line-height: 0;
|
|
545
|
+
flex-shrink: 0;
|
|
546
|
+
}
|
|
547
|
+
@media (min-width: 600px) {
|
|
548
|
+
.dataviews-selection-checkbox {
|
|
549
|
+
--checkbox-input-size: 16px;
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
.dataviews-selection-checkbox .components-checkbox-control__input-container {
|
|
553
|
+
margin: 0;
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
.dataviews-view-grid {
|
|
557
|
+
margin-bottom: auto;
|
|
558
|
+
grid-template-rows: max-content;
|
|
559
|
+
padding: 0 48px 24px;
|
|
560
|
+
transition: padding ease-out 0.1s;
|
|
561
|
+
}
|
|
562
|
+
@media (prefers-reduced-motion: reduce) {
|
|
563
|
+
.dataviews-view-grid {
|
|
564
|
+
transition-duration: 0s;
|
|
565
|
+
transition-delay: 0s;
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
|
+
.dataviews-view-grid .dataviews-view-grid__card {
|
|
569
|
+
height: 100%;
|
|
570
|
+
justify-content: flex-start;
|
|
571
|
+
}
|
|
572
|
+
.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions {
|
|
573
|
+
padding: 8px 0 4px;
|
|
574
|
+
}
|
|
575
|
+
.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__primary-field {
|
|
576
|
+
min-height: 32px;
|
|
577
|
+
}
|
|
578
|
+
.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value {
|
|
579
|
+
color: #1e1e1e;
|
|
580
|
+
}
|
|
581
|
+
.dataviews-view-grid .dataviews-view-grid__media {
|
|
582
|
+
width: 100%;
|
|
583
|
+
min-height: 200px;
|
|
584
|
+
aspect-ratio: 1/1;
|
|
585
|
+
background-color: #f0f0f0;
|
|
586
|
+
border-radius: 4px;
|
|
587
|
+
position: relative;
|
|
588
|
+
}
|
|
589
|
+
.dataviews-view-grid .dataviews-view-grid__media img {
|
|
590
|
+
object-fit: cover;
|
|
591
|
+
width: 100%;
|
|
592
|
+
height: 100%;
|
|
593
|
+
}
|
|
594
|
+
.dataviews-view-grid .dataviews-view-grid__media::after {
|
|
595
|
+
content: "";
|
|
596
|
+
position: absolute;
|
|
597
|
+
top: 0;
|
|
598
|
+
left: 0;
|
|
599
|
+
width: 100%;
|
|
600
|
+
height: 100%;
|
|
601
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
602
|
+
border-radius: 4px;
|
|
603
|
+
pointer-events: none;
|
|
604
|
+
}
|
|
605
|
+
.dataviews-view-grid .dataviews-view-grid__fields {
|
|
824
606
|
position: relative;
|
|
607
|
+
font-size: 12px;
|
|
608
|
+
line-height: 16px;
|
|
609
|
+
}
|
|
610
|
+
.dataviews-view-grid .dataviews-view-grid__fields:not(:empty) {
|
|
611
|
+
padding: 0 0 12px;
|
|
612
|
+
}
|
|
613
|
+
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field {
|
|
614
|
+
align-items: flex-start;
|
|
615
|
+
min-height: 24px;
|
|
616
|
+
}
|
|
617
|
+
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column) {
|
|
618
|
+
align-items: center;
|
|
619
|
+
}
|
|
620
|
+
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column) .dataviews-view-grid__field-name {
|
|
621
|
+
width: 35%;
|
|
622
|
+
}
|
|
623
|
+
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column) .dataviews-view-grid__field-value {
|
|
624
|
+
width: 65%;
|
|
625
|
+
overflow: hidden;
|
|
626
|
+
text-overflow: ellipsis;
|
|
627
|
+
white-space: nowrap;
|
|
628
|
+
}
|
|
629
|
+
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field.is-column + .is-row {
|
|
630
|
+
margin-top: 4px;
|
|
631
|
+
}
|
|
632
|
+
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name {
|
|
633
|
+
color: #757575;
|
|
634
|
+
}
|
|
635
|
+
.dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty) {
|
|
636
|
+
padding-bottom: 12px;
|
|
637
|
+
}
|
|
638
|
+
.dataviews-view-grid .dataviews-view-grid__badge-fields .dataviews-view-grid__field-value {
|
|
639
|
+
width: -moz-fit-content;
|
|
640
|
+
width: fit-content;
|
|
641
|
+
background: #f0f0f0;
|
|
642
|
+
padding: 0 8px;
|
|
643
|
+
min-height: 24px;
|
|
644
|
+
border-radius: 2px;
|
|
825
645
|
display: flex;
|
|
826
646
|
align-items: center;
|
|
647
|
+
font-size: 12px;
|
|
827
648
|
}
|
|
828
|
-
|
|
829
|
-
|
|
649
|
+
|
|
650
|
+
.dataviews-view-grid.dataviews-view-grid {
|
|
651
|
+
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
830
652
|
}
|
|
831
|
-
|
|
832
|
-
|
|
653
|
+
@media (min-width: 480px) {
|
|
654
|
+
.dataviews-view-grid.dataviews-view-grid {
|
|
655
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
@media (min-width: 1080px) {
|
|
659
|
+
.dataviews-view-grid.dataviews-view-grid {
|
|
660
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
@media (min-width: 1440px) {
|
|
664
|
+
.dataviews-view-grid.dataviews-view-grid {
|
|
665
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
666
|
+
}
|
|
667
|
+
}
|
|
668
|
+
@media (min-width: 1920px) {
|
|
669
|
+
.dataviews-view-grid.dataviews-view-grid {
|
|
670
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
671
|
+
}
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
.dataviews-density-picker__range-control {
|
|
675
|
+
width: 200px;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
.dataviews-view-grid__field-value:empty,
|
|
679
|
+
.dataviews-view-grid__field:empty {
|
|
680
|
+
display: none;
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
.dataviews-view-list {
|
|
684
|
+
margin: 0 0 auto;
|
|
685
|
+
}
|
|
686
|
+
.dataviews-view-list li {
|
|
687
|
+
margin: 0;
|
|
688
|
+
cursor: pointer;
|
|
689
|
+
border-top: 1px solid #f0f0f0;
|
|
690
|
+
}
|
|
691
|
+
.dataviews-view-list li .dataviews-view-list__item-wrapper {
|
|
692
|
+
position: relative;
|
|
693
|
+
border-radius: 4px;
|
|
694
|
+
}
|
|
695
|
+
.dataviews-view-list li .dataviews-view-list__item-wrapper > * {
|
|
696
|
+
width: 100%;
|
|
697
|
+
}
|
|
698
|
+
.dataviews-view-list li .dataviews-view-list__item-actions {
|
|
699
|
+
position: absolute;
|
|
700
|
+
top: 16px;
|
|
701
|
+
right: 0;
|
|
702
|
+
}
|
|
703
|
+
.dataviews-view-list li .dataviews-view-list__item-actions > div {
|
|
704
|
+
height: 24px;
|
|
705
|
+
}
|
|
706
|
+
.dataviews-view-list li .dataviews-view-list__item-actions .components-button {
|
|
707
|
+
opacity: 0;
|
|
708
|
+
}
|
|
709
|
+
.dataviews-view-list li:has(.dataviews-view-list__fields:empty) .dataviews-view-list__item-actions {
|
|
710
|
+
top: 50%;
|
|
711
|
+
transform: translateY(-50%);
|
|
712
|
+
}
|
|
713
|
+
.dataviews-view-list li.is-selected .dataviews-view-list__item-actions, .dataviews-view-list li.is-hovered .dataviews-view-list__item-actions, .dataviews-view-list li:focus-within .dataviews-view-list__item-actions {
|
|
714
|
+
background: #f8f8f8;
|
|
715
|
+
padding-left: 8px;
|
|
716
|
+
margin-right: 24px;
|
|
717
|
+
box-shadow: -12px 0 8px 0 #f8f8f8;
|
|
718
|
+
}
|
|
719
|
+
.dataviews-view-list li.is-selected .dataviews-view-list__item-actions .components-button, .dataviews-view-list li.is-hovered .dataviews-view-list__item-actions .components-button, .dataviews-view-list li:focus-within .dataviews-view-list__item-actions .components-button {
|
|
720
|
+
opacity: 1;
|
|
721
|
+
position: static;
|
|
722
|
+
}
|
|
723
|
+
.dataviews-view-list li.is-selected .dataviews-view-list__item-actions {
|
|
724
|
+
background-color: #f7f8ff;
|
|
725
|
+
box-shadow: -12px 0 8px 0 #f7f8ff;
|
|
726
|
+
}
|
|
727
|
+
.dataviews-view-list li.is-selected.is-selected {
|
|
728
|
+
border-top: 1px solid rgba(var(--wp-admin-theme-color--rgb), 0.12);
|
|
729
|
+
}
|
|
730
|
+
.dataviews-view-list li.is-selected.is-selected + li {
|
|
731
|
+
border-top: 1px solid rgba(var(--wp-admin-theme-color--rgb), 0.12);
|
|
732
|
+
}
|
|
733
|
+
.dataviews-view-list li:not(.is-selected) .dataviews-view-list__primary-field {
|
|
833
734
|
color: #1e1e1e;
|
|
834
735
|
}
|
|
835
|
-
.dataviews-
|
|
736
|
+
.dataviews-view-list li:not(.is-selected):hover, .dataviews-view-list li:not(.is-selected):focus-within {
|
|
836
737
|
color: var(--wp-admin-theme-color);
|
|
837
|
-
background
|
|
738
|
+
background-color: #f8f8f8;
|
|
838
739
|
}
|
|
839
|
-
.dataviews-
|
|
840
|
-
|
|
740
|
+
.dataviews-view-list li:not(.is-selected):hover .dataviews-view-list__primary-field,
|
|
741
|
+
.dataviews-view-list li:not(.is-selected):hover .dataviews-view-list__fields, .dataviews-view-list li:not(.is-selected):focus-within .dataviews-view-list__primary-field,
|
|
742
|
+
.dataviews-view-list li:not(.is-selected):focus-within .dataviews-view-list__fields {
|
|
743
|
+
color: var(--wp-admin-theme-color);
|
|
841
744
|
}
|
|
842
|
-
.dataviews-
|
|
843
|
-
|
|
844
|
-
|
|
745
|
+
.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper,
|
|
746
|
+
.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper {
|
|
747
|
+
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.04);
|
|
748
|
+
color: #1e1e1e;
|
|
749
|
+
}
|
|
750
|
+
.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__primary-field,
|
|
751
|
+
.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,
|
|
752
|
+
.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__primary-field,
|
|
753
|
+
.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields {
|
|
754
|
+
color: var(--wp-admin-theme-color);
|
|
845
755
|
}
|
|
846
|
-
.dataviews-
|
|
756
|
+
.dataviews-view-list .dataviews-view-list__item {
|
|
757
|
+
padding: 16px 24px;
|
|
758
|
+
width: 100%;
|
|
759
|
+
scroll-margin: 8px 0;
|
|
760
|
+
}
|
|
761
|
+
.dataviews-view-list .dataviews-view-list__item:focus-visible::before {
|
|
762
|
+
position: absolute;
|
|
763
|
+
content: "";
|
|
764
|
+
top: calc(var(--wp-admin-border-width-focus) + 1px);
|
|
765
|
+
right: var(--wp-admin-border-width-focus);
|
|
766
|
+
bottom: var(--wp-admin-border-width-focus);
|
|
767
|
+
left: var(--wp-admin-border-width-focus);
|
|
768
|
+
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
769
|
+
border-radius: 2px;
|
|
770
|
+
}
|
|
771
|
+
.dataviews-view-list .dataviews-view-list__item .dataviews-view-list__primary-field {
|
|
772
|
+
min-height: 24px;
|
|
773
|
+
line-height: 24px;
|
|
774
|
+
overflow: hidden;
|
|
775
|
+
}
|
|
776
|
+
.dataviews-view-list .dataviews-view-list__media-wrapper {
|
|
777
|
+
width: 52px;
|
|
778
|
+
height: 52px;
|
|
779
|
+
overflow: hidden;
|
|
780
|
+
position: relative;
|
|
781
|
+
flex-shrink: 0;
|
|
782
|
+
background-color: #f0f0f0;
|
|
783
|
+
border-radius: 4px;
|
|
784
|
+
}
|
|
785
|
+
.dataviews-view-list .dataviews-view-list__media-wrapper img {
|
|
786
|
+
width: 100%;
|
|
787
|
+
height: 100%;
|
|
788
|
+
object-fit: cover;
|
|
789
|
+
}
|
|
790
|
+
.dataviews-view-list .dataviews-view-list__media-wrapper::after {
|
|
791
|
+
content: "";
|
|
792
|
+
position: absolute;
|
|
793
|
+
top: 0;
|
|
794
|
+
left: 0;
|
|
795
|
+
width: 100%;
|
|
796
|
+
height: 100%;
|
|
797
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
798
|
+
border-radius: 4px;
|
|
799
|
+
}
|
|
800
|
+
.dataviews-view-list .dataviews-view-list__media-placeholder {
|
|
801
|
+
min-width: 32px;
|
|
802
|
+
height: 32px;
|
|
803
|
+
background-color: #e0e0e0;
|
|
804
|
+
}
|
|
805
|
+
.dataviews-view-list .dataviews-view-list__field-wrapper {
|
|
806
|
+
min-height: 52px;
|
|
807
|
+
}
|
|
808
|
+
.dataviews-view-list .dataviews-view-list__fields {
|
|
809
|
+
color: #757575;
|
|
810
|
+
display: flex;
|
|
811
|
+
gap: 12px;
|
|
812
|
+
row-gap: 4px;
|
|
813
|
+
flex-wrap: wrap;
|
|
814
|
+
font-size: 12px;
|
|
815
|
+
}
|
|
816
|
+
.dataviews-view-list .dataviews-view-list__fields:empty {
|
|
817
|
+
display: none;
|
|
818
|
+
}
|
|
819
|
+
.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty) {
|
|
820
|
+
display: none;
|
|
821
|
+
}
|
|
822
|
+
.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value {
|
|
823
|
+
line-height: 24px;
|
|
824
|
+
}
|
|
825
|
+
.dataviews-view-list + .dataviews-pagination {
|
|
826
|
+
justify-content: space-between;
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
.dataviews-view-table {
|
|
830
|
+
width: 100%;
|
|
831
|
+
text-indent: 0;
|
|
832
|
+
border-color: inherit;
|
|
833
|
+
border-collapse: collapse;
|
|
834
|
+
position: relative;
|
|
835
|
+
color: #757575;
|
|
836
|
+
margin-bottom: auto;
|
|
837
|
+
}
|
|
838
|
+
.dataviews-view-table a {
|
|
839
|
+
text-decoration: none;
|
|
840
|
+
color: #1e1e1e;
|
|
847
841
|
font-weight: 500;
|
|
848
842
|
}
|
|
849
|
-
.dataviews-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
843
|
+
.dataviews-view-table th {
|
|
844
|
+
text-align: left;
|
|
845
|
+
color: #1e1e1e;
|
|
846
|
+
font-weight: normal;
|
|
847
|
+
font-size: 13px;
|
|
848
|
+
}
|
|
849
|
+
.dataviews-view-table td,
|
|
850
|
+
.dataviews-view-table th {
|
|
851
|
+
padding: 12px;
|
|
852
|
+
white-space: nowrap;
|
|
853
|
+
}
|
|
854
|
+
.dataviews-view-table td.dataviews-view-table__actions-column,
|
|
855
|
+
.dataviews-view-table th.dataviews-view-table__actions-column {
|
|
856
|
+
text-align: right;
|
|
857
|
+
}
|
|
858
|
+
.dataviews-view-table td.dataviews-view-table__checkbox-column,
|
|
859
|
+
.dataviews-view-table th.dataviews-view-table__checkbox-column {
|
|
860
|
+
padding-right: 0;
|
|
861
|
+
}
|
|
862
|
+
.dataviews-view-table tr {
|
|
863
|
+
border-top: 1px solid #f0f0f0;
|
|
864
|
+
}
|
|
865
|
+
.dataviews-view-table tr .dataviews-view-table-header-button {
|
|
866
|
+
gap: 4px;
|
|
867
|
+
}
|
|
868
|
+
.dataviews-view-table tr td:first-child,
|
|
869
|
+
.dataviews-view-table tr th:first-child {
|
|
870
|
+
padding-left: 48px;
|
|
871
|
+
}
|
|
872
|
+
.dataviews-view-table tr td:first-child .dataviews-view-table-header-button,
|
|
873
|
+
.dataviews-view-table tr td:first-child .dataviews-view-table-header,
|
|
874
|
+
.dataviews-view-table tr th:first-child .dataviews-view-table-header-button,
|
|
875
|
+
.dataviews-view-table tr th:first-child .dataviews-view-table-header {
|
|
876
|
+
margin-left: -8px;
|
|
877
|
+
}
|
|
878
|
+
.dataviews-view-table tr td:last-child,
|
|
879
|
+
.dataviews-view-table tr th:last-child {
|
|
880
|
+
padding-right: 48px;
|
|
881
|
+
}
|
|
882
|
+
.dataviews-view-table tr:last-child {
|
|
883
|
+
border-bottom: 0;
|
|
884
|
+
}
|
|
885
|
+
.dataviews-view-table tr.is-hovered {
|
|
886
|
+
background-color: #f8f8f8;
|
|
887
|
+
}
|
|
888
|
+
.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input {
|
|
889
|
+
opacity: 0;
|
|
890
|
+
}
|
|
891
|
+
.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:checked, .dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:indeterminate, .dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:focus {
|
|
892
|
+
opacity: 1;
|
|
893
|
+
}
|
|
894
|
+
.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) {
|
|
895
|
+
opacity: 0;
|
|
896
|
+
}
|
|
897
|
+
.dataviews-view-table tr:focus-within .components-checkbox-control__input,
|
|
898
|
+
.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button), .dataviews-view-table tr.is-hovered .components-checkbox-control__input,
|
|
899
|
+
.dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button), .dataviews-view-table tr:hover .components-checkbox-control__input,
|
|
900
|
+
.dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) {
|
|
901
|
+
opacity: 1;
|
|
902
|
+
}
|
|
903
|
+
@media (hover: none) {
|
|
904
|
+
.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input,
|
|
905
|
+
.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) {
|
|
906
|
+
opacity: 1;
|
|
907
|
+
}
|
|
908
|
+
}
|
|
909
|
+
.dataviews-view-table tr.is-selected {
|
|
910
|
+
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.04);
|
|
911
|
+
color: #757575;
|
|
912
|
+
}
|
|
913
|
+
.dataviews-view-table tr.is-selected, .dataviews-view-table tr.is-selected + tr {
|
|
914
|
+
border-top: 1px solid rgba(var(--wp-admin-theme-color--rgb), 0.12);
|
|
915
|
+
}
|
|
916
|
+
.dataviews-view-table tr.is-selected:hover {
|
|
917
|
+
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
|
|
918
|
+
}
|
|
919
|
+
.dataviews-view-table thead {
|
|
920
|
+
position: sticky;
|
|
921
|
+
inset-block-start: 0;
|
|
922
|
+
z-index: 1;
|
|
923
|
+
}
|
|
924
|
+
.dataviews-view-table thead tr {
|
|
853
925
|
border: 0;
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
top:
|
|
858
|
-
|
|
926
|
+
}
|
|
927
|
+
.dataviews-view-table thead th {
|
|
928
|
+
background-color: #fff;
|
|
929
|
+
padding-top: 8px;
|
|
930
|
+
padding-bottom: 8px;
|
|
931
|
+
padding-left: 12px;
|
|
932
|
+
font-size: 11px;
|
|
933
|
+
text-transform: uppercase;
|
|
934
|
+
font-weight: 500;
|
|
935
|
+
}
|
|
936
|
+
.dataviews-view-table thead th:has(.dataviews-view-table-header-button):not(:first-child) {
|
|
937
|
+
padding-left: 4px;
|
|
938
|
+
}
|
|
939
|
+
.dataviews-view-table tbody td {
|
|
940
|
+
vertical-align: top;
|
|
941
|
+
}
|
|
942
|
+
.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper {
|
|
943
|
+
min-height: 32px;
|
|
859
944
|
display: flex;
|
|
860
945
|
align-items: center;
|
|
861
|
-
justify-content: center;
|
|
862
|
-
background: transparent;
|
|
863
|
-
cursor: pointer;
|
|
864
946
|
}
|
|
865
|
-
.dataviews-
|
|
866
|
-
|
|
947
|
+
.dataviews-view-table tbody .components-v-stack > .dataviews-view-table__cell-content-wrapper:not(:first-child) {
|
|
948
|
+
min-height: 0;
|
|
867
949
|
}
|
|
868
|
-
.dataviews-
|
|
869
|
-
|
|
950
|
+
.dataviews-view-table .dataviews-view-table-header-button {
|
|
951
|
+
padding: 4px 8px;
|
|
952
|
+
font-size: 11px;
|
|
953
|
+
text-transform: uppercase;
|
|
954
|
+
font-weight: 500;
|
|
870
955
|
}
|
|
871
|
-
.dataviews-
|
|
872
|
-
|
|
956
|
+
.dataviews-view-table .dataviews-view-table-header-button:not(:hover) {
|
|
957
|
+
color: #1e1e1e;
|
|
873
958
|
}
|
|
874
|
-
.dataviews-
|
|
875
|
-
|
|
959
|
+
.dataviews-view-table .dataviews-view-table-header-button span {
|
|
960
|
+
speak: none;
|
|
961
|
+
}
|
|
962
|
+
.dataviews-view-table .dataviews-view-table-header-button span:empty {
|
|
963
|
+
display: none;
|
|
964
|
+
}
|
|
965
|
+
.dataviews-view-table .dataviews-view-table-header {
|
|
966
|
+
padding-left: 4px;
|
|
967
|
+
}
|
|
968
|
+
.dataviews-view-table .dataviews-view-table__actions-column {
|
|
969
|
+
width: 1%;
|
|
876
970
|
}
|
|
877
|
-
.dataviews-
|
|
878
|
-
|
|
971
|
+
.dataviews-view-table:has(tr.is-selected) .components-checkbox-control__input {
|
|
972
|
+
opacity: 1;
|
|
879
973
|
}
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
974
|
+
|
|
975
|
+
.dataviews-view-table__cell-content-wrapper:empty {
|
|
976
|
+
display: none;
|
|
883
977
|
}
|
|
884
978
|
|
|
885
979
|
/* stylelint-disable-next-line scss/at-rule-no-unknown -- '@container' not globally permitted */
|
|
886
980
|
@container (max-width: 430px) {
|
|
887
|
-
.dataviews-pagination,
|
|
888
|
-
.dataviews-filters__view-actions {
|
|
889
|
-
padding: 12px 24px;
|
|
890
|
-
}
|
|
891
|
-
|
|
892
|
-
.dataviews-filters__view-actions .components-search-control .components-base-control__field {
|
|
893
|
-
max-width: 112px;
|
|
894
|
-
}
|
|
895
|
-
|
|
896
981
|
.dataviews-view-table tr td:first-child,
|
|
897
982
|
.dataviews-view-table tr th:first-child {
|
|
898
983
|
padding-left: 24px;
|
|
@@ -902,53 +987,14 @@
|
|
|
902
987
|
.dataviews-view-table tr th:last-child {
|
|
903
988
|
padding-right: 24px;
|
|
904
989
|
}
|
|
905
|
-
|
|
906
|
-
.dataviews-view-grid,
|
|
907
|
-
.dataviews-no-results,
|
|
908
|
-
.dataviews-loading {
|
|
909
|
-
padding-left: 24px;
|
|
910
|
-
padding-right: 24px;
|
|
911
|
-
}
|
|
912
|
-
}
|
|
913
|
-
.dataviews-bulk-actions-toolbar-wrapper {
|
|
914
|
-
display: flex;
|
|
915
|
-
flex-grow: 1;
|
|
916
|
-
width: 100%;
|
|
917
|
-
}
|
|
918
|
-
.dataviews-bulk-actions-toolbar-wrapper .components-toolbar-group {
|
|
919
|
-
align-items: center;
|
|
920
|
-
}
|
|
921
|
-
.dataviews-bulk-actions-toolbar-wrapper .components-button.is-busy {
|
|
922
|
-
max-height: 36px;
|
|
923
|
-
}
|
|
924
|
-
|
|
925
|
-
.dataviews-bulk-actions {
|
|
926
|
-
position: sticky;
|
|
927
|
-
display: flex;
|
|
928
|
-
flex-direction: column;
|
|
929
|
-
align-content: center;
|
|
930
|
-
flex-wrap: wrap;
|
|
931
|
-
width: -moz-fit-content;
|
|
932
|
-
width: fit-content;
|
|
933
|
-
margin-left: auto;
|
|
934
|
-
margin-right: auto;
|
|
935
|
-
bottom: 24px;
|
|
936
|
-
z-index: 2;
|
|
937
|
-
}
|
|
938
|
-
.dataviews-bulk-actions .components-accessible-toolbar {
|
|
939
|
-
border-color: #ddd;
|
|
940
|
-
box-shadow: 0 0.7px 1px rgba(0, 0, 0, 0.1), 0 1.2px 1.7px -0.2px rgba(0, 0, 0, 0.1), 0 2.3px 3.3px -0.5px rgba(0, 0, 0, 0.1);
|
|
941
|
-
}
|
|
942
|
-
.dataviews-bulk-actions .components-accessible-toolbar .components-toolbar-group {
|
|
943
|
-
border-color: #e0e0e0;
|
|
944
990
|
}
|
|
945
|
-
.dataviews-
|
|
946
|
-
|
|
991
|
+
.dataviews-view-table-selection-checkbox {
|
|
992
|
+
--checkbox-input-size: 24px;
|
|
947
993
|
}
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
994
|
+
@media (min-width: 600px) {
|
|
995
|
+
.dataviews-view-table-selection-checkbox {
|
|
996
|
+
--checkbox-input-size: 16px;
|
|
997
|
+
}
|
|
952
998
|
}
|
|
953
999
|
|
|
954
1000
|
.edit-site-custom-template-modal__contents-wrapper {
|
|
@@ -1029,15 +1075,12 @@
|
|
|
1029
1075
|
margin-bottom: 4px;
|
|
1030
1076
|
}
|
|
1031
1077
|
|
|
1032
|
-
.edit-site-add-new-template__modal {
|
|
1033
|
-
max-width: 832px;
|
|
1034
|
-
width: calc(100% - 64px);
|
|
1035
|
-
margin-top: 64px;
|
|
1036
|
-
max-height: calc(100% - 128px);
|
|
1037
|
-
}
|
|
1038
1078
|
@media (min-width: 960px) {
|
|
1039
1079
|
.edit-site-add-new-template__modal {
|
|
1080
|
+
max-width: 832px;
|
|
1081
|
+
margin-top: 64px;
|
|
1040
1082
|
width: calc(100% - 128px);
|
|
1083
|
+
max-height: calc(100% - 128px);
|
|
1041
1084
|
}
|
|
1042
1085
|
}
|
|
1043
1086
|
.edit-site-add-new-template__modal .edit-site-add-new-template__template-button svg,
|
|
@@ -1098,8 +1141,7 @@
|
|
|
1098
1141
|
.edit-site-custom-template-modal__contents .edit-site-add-new-template__template-list__prompt,
|
|
1099
1142
|
.edit-site-add-new-template__template-list__contents .edit-site-add-new-template__custom-template-button,
|
|
1100
1143
|
.edit-site-add-new-template__template-list__contents .edit-site-add-new-template__template-list__prompt {
|
|
1101
|
-
grid-column
|
|
1102
|
-
grid-column-end: 4;
|
|
1144
|
+
grid-column: 1/-1;
|
|
1103
1145
|
}
|
|
1104
1146
|
|
|
1105
1147
|
.edit-site-add-new-template__template-list__contents > .components-button {
|
|
@@ -1169,6 +1211,17 @@
|
|
|
1169
1211
|
overflow: hidden;
|
|
1170
1212
|
}
|
|
1171
1213
|
|
|
1214
|
+
.edit-site-font-size__item {
|
|
1215
|
+
white-space: nowrap;
|
|
1216
|
+
text-overflow: ellipsis;
|
|
1217
|
+
overflow: hidden;
|
|
1218
|
+
line-break: anywhere;
|
|
1219
|
+
}
|
|
1220
|
+
|
|
1221
|
+
.edit-site-font-size__item-value {
|
|
1222
|
+
color: #757575;
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1172
1225
|
.edit-site-global-styles-screen {
|
|
1173
1226
|
margin: 12px 16px 16px;
|
|
1174
1227
|
}
|
|
@@ -1187,7 +1240,6 @@
|
|
|
1187
1240
|
color: #757575;
|
|
1188
1241
|
}
|
|
1189
1242
|
|
|
1190
|
-
.edit-site-global-styles-font-families__add-fonts,
|
|
1191
1243
|
.edit-site-global-styles-font-families__manage-fonts {
|
|
1192
1244
|
justify-content: center;
|
|
1193
1245
|
}
|
|
@@ -1245,13 +1297,13 @@
|
|
|
1245
1297
|
.edit-site-global-styles__block-preview-panel {
|
|
1246
1298
|
position: relative;
|
|
1247
1299
|
width: 100%;
|
|
1248
|
-
overflow: auto;
|
|
1249
1300
|
border: #e0e0e0 1px solid;
|
|
1250
1301
|
border-radius: 2px;
|
|
1302
|
+
overflow: hidden;
|
|
1251
1303
|
}
|
|
1252
1304
|
|
|
1253
1305
|
.edit-site-global-styles__shadow-preview-panel {
|
|
1254
|
-
height:
|
|
1306
|
+
height: 144px;
|
|
1255
1307
|
border: #e0e0e0 1px solid;
|
|
1256
1308
|
border-radius: 2px;
|
|
1257
1309
|
overflow: auto;
|
|
@@ -1656,70 +1708,6 @@
|
|
|
1656
1708
|
z-index: 1;
|
|
1657
1709
|
}
|
|
1658
1710
|
|
|
1659
|
-
.edit-site-page-pages__featured-image {
|
|
1660
|
-
height: 100%;
|
|
1661
|
-
object-fit: cover;
|
|
1662
|
-
width: 100%;
|
|
1663
|
-
}
|
|
1664
|
-
|
|
1665
|
-
.edit-site-page-pages__featured-image-wrapper {
|
|
1666
|
-
height: 100%;
|
|
1667
|
-
width: 100%;
|
|
1668
|
-
border-radius: 4px;
|
|
1669
|
-
}
|
|
1670
|
-
.edit-site-page-pages__featured-image-wrapper.is-layout-table:not(:has(.page-pages-preview-field__button)), .edit-site-page-pages__featured-image-wrapper.is-layout-table .page-pages-preview-field__button {
|
|
1671
|
-
width: 32px;
|
|
1672
|
-
height: 32px;
|
|
1673
|
-
display: block;
|
|
1674
|
-
border-radius: 4px;
|
|
1675
|
-
position: relative;
|
|
1676
|
-
overflow: hidden;
|
|
1677
|
-
background-color: #f0f0f0;
|
|
1678
|
-
flex-grow: 0 !important;
|
|
1679
|
-
}
|
|
1680
|
-
.edit-site-page-pages__featured-image-wrapper.is-layout-table:not(:has(.page-pages-preview-field__button))::after, .edit-site-page-pages__featured-image-wrapper.is-layout-table .page-pages-preview-field__button::after {
|
|
1681
|
-
border-radius: 4px;
|
|
1682
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
1683
|
-
content: "";
|
|
1684
|
-
height: 100%;
|
|
1685
|
-
left: 0;
|
|
1686
|
-
position: absolute;
|
|
1687
|
-
top: 0;
|
|
1688
|
-
width: 100%;
|
|
1689
|
-
}
|
|
1690
|
-
|
|
1691
|
-
.page-pages-preview-field__button {
|
|
1692
|
-
box-shadow: none;
|
|
1693
|
-
border: none;
|
|
1694
|
-
padding: 0;
|
|
1695
|
-
background-color: unset;
|
|
1696
|
-
box-sizing: border-box;
|
|
1697
|
-
cursor: pointer;
|
|
1698
|
-
overflow: hidden;
|
|
1699
|
-
height: 100%;
|
|
1700
|
-
width: 100%;
|
|
1701
|
-
border-radius: 3px 3px 0 0;
|
|
1702
|
-
}
|
|
1703
|
-
.page-pages-preview-field__button:focus-visible {
|
|
1704
|
-
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
1705
|
-
outline: 2px solid transparent;
|
|
1706
|
-
}
|
|
1707
|
-
|
|
1708
|
-
.edit-site-page-pages-title span {
|
|
1709
|
-
text-overflow: ellipsis;
|
|
1710
|
-
overflow: hidden;
|
|
1711
|
-
}
|
|
1712
|
-
|
|
1713
|
-
.edit-site-page-pages__title-badge {
|
|
1714
|
-
background: #f0f0f0;
|
|
1715
|
-
color: #757575;
|
|
1716
|
-
padding: 0 4px;
|
|
1717
|
-
border-radius: 2px;
|
|
1718
|
-
font-size: 12px;
|
|
1719
|
-
font-weight: 400;
|
|
1720
|
-
flex-shrink: 0;
|
|
1721
|
-
}
|
|
1722
|
-
|
|
1723
1711
|
.edit-site-patterns__section-header .screen-reader-shortcut:focus {
|
|
1724
1712
|
top: 0;
|
|
1725
1713
|
}
|
|
@@ -1748,10 +1736,6 @@
|
|
|
1748
1736
|
display: flex;
|
|
1749
1737
|
flex-direction: column;
|
|
1750
1738
|
height: 100%;
|
|
1751
|
-
border-radius: 3px 3px 0 0;
|
|
1752
|
-
}
|
|
1753
|
-
.edit-site-page-patterns-dataviews .page-patterns-preview-field.is-viewtype-grid .block-editor-block-preview__container {
|
|
1754
|
-
border-radius: 3px 3px 0 0;
|
|
1755
1739
|
}
|
|
1756
1740
|
.edit-site-page-patterns-dataviews .page-patterns-preview-field.is-viewtype-table {
|
|
1757
1741
|
width: 96px;
|
|
@@ -1770,7 +1754,7 @@
|
|
|
1770
1754
|
cursor: pointer;
|
|
1771
1755
|
overflow: hidden;
|
|
1772
1756
|
height: 100%;
|
|
1773
|
-
border-radius:
|
|
1757
|
+
border-radius: 4px;
|
|
1774
1758
|
}
|
|
1775
1759
|
.edit-site-page-patterns-dataviews .page-patterns-preview-field .page-patterns-preview-field__button:focus-visible {
|
|
1776
1760
|
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
@@ -1867,7 +1851,7 @@
|
|
|
1867
1851
|
display: flex;
|
|
1868
1852
|
flex-direction: column;
|
|
1869
1853
|
height: 100%;
|
|
1870
|
-
|
|
1854
|
+
width: 100%;
|
|
1871
1855
|
}
|
|
1872
1856
|
.page-templates-preview-field .page-templates-preview-field__button {
|
|
1873
1857
|
box-shadow: none;
|
|
@@ -1878,7 +1862,7 @@
|
|
|
1878
1862
|
cursor: pointer;
|
|
1879
1863
|
overflow: hidden;
|
|
1880
1864
|
height: 100%;
|
|
1881
|
-
border-radius:
|
|
1865
|
+
border-radius: 4px;
|
|
1882
1866
|
}
|
|
1883
1867
|
.page-templates-preview-field .page-templates-preview-field__button:focus-visible {
|
|
1884
1868
|
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
@@ -1890,9 +1874,6 @@
|
|
|
1890
1874
|
.page-templates-preview-field.is-viewtype-grid .block-editor-block-preview__container {
|
|
1891
1875
|
height: 100%;
|
|
1892
1876
|
}
|
|
1893
|
-
.page-templates-preview-field.is-viewtype-grid .page-templates-preview-field__button {
|
|
1894
|
-
border-radius: 3px 3px 0 0;
|
|
1895
|
-
}
|
|
1896
1877
|
.page-templates-preview-field.is-viewtype-table {
|
|
1897
1878
|
border-radius: 2px;
|
|
1898
1879
|
position: relative;
|
|
@@ -1922,12 +1903,12 @@
|
|
|
1922
1903
|
width: 24px;
|
|
1923
1904
|
height: 24px;
|
|
1924
1905
|
align-items: center;
|
|
1925
|
-
justify-content:
|
|
1906
|
+
justify-content: left;
|
|
1926
1907
|
display: flex;
|
|
1927
1908
|
}
|
|
1928
1909
|
.page-templates-author-field__avatar img {
|
|
1929
|
-
width:
|
|
1930
|
-
height:
|
|
1910
|
+
width: 16px;
|
|
1911
|
+
height: 16px;
|
|
1931
1912
|
object-fit: cover;
|
|
1932
1913
|
opacity: 0;
|
|
1933
1914
|
transition: opacity 0.1s linear;
|
|
@@ -1950,6 +1931,7 @@
|
|
|
1950
1931
|
height: 24px;
|
|
1951
1932
|
}
|
|
1952
1933
|
.page-templates-author-field__icon svg {
|
|
1934
|
+
margin-left: -4px;
|
|
1953
1935
|
fill: currentColor;
|
|
1954
1936
|
}
|
|
1955
1937
|
|
|
@@ -1967,47 +1949,6 @@
|
|
|
1967
1949
|
}
|
|
1968
1950
|
}
|
|
1969
1951
|
|
|
1970
|
-
.edit-site-table-wrapper {
|
|
1971
|
-
width: 100%;
|
|
1972
|
-
padding: 32px;
|
|
1973
|
-
}
|
|
1974
|
-
|
|
1975
|
-
.edit-site-table {
|
|
1976
|
-
width: 100%;
|
|
1977
|
-
text-indent: 0;
|
|
1978
|
-
border-color: inherit;
|
|
1979
|
-
border-collapse: collapse;
|
|
1980
|
-
position: relative;
|
|
1981
|
-
}
|
|
1982
|
-
.edit-site-table a {
|
|
1983
|
-
text-decoration: none;
|
|
1984
|
-
}
|
|
1985
|
-
.edit-site-table th {
|
|
1986
|
-
text-align: left;
|
|
1987
|
-
font-weight: normal;
|
|
1988
|
-
padding: 0 16px 16px;
|
|
1989
|
-
color: #757575;
|
|
1990
|
-
}
|
|
1991
|
-
.edit-site-table td {
|
|
1992
|
-
padding: 16px;
|
|
1993
|
-
}
|
|
1994
|
-
.edit-site-table td,
|
|
1995
|
-
.edit-site-table th {
|
|
1996
|
-
vertical-align: center;
|
|
1997
|
-
}
|
|
1998
|
-
.edit-site-table td:first-child,
|
|
1999
|
-
.edit-site-table th:first-child {
|
|
2000
|
-
padding-left: 0;
|
|
2001
|
-
}
|
|
2002
|
-
.edit-site-table td:last-child,
|
|
2003
|
-
.edit-site-table th:last-child {
|
|
2004
|
-
padding-right: 0;
|
|
2005
|
-
text-align: right;
|
|
2006
|
-
}
|
|
2007
|
-
.edit-site-table tr {
|
|
2008
|
-
border-bottom: 1px solid #f0f0f0;
|
|
2009
|
-
}
|
|
2010
|
-
|
|
2011
1952
|
.edit-site-editor__editor-interface {
|
|
2012
1953
|
opacity: 1;
|
|
2013
1954
|
transition: opacity 0.1s ease-out;
|
|
@@ -2099,7 +2040,7 @@
|
|
|
2099
2040
|
}
|
|
2100
2041
|
@media (min-width: 782px) {
|
|
2101
2042
|
.edit-site-layout__sidebar-region {
|
|
2102
|
-
width:
|
|
2043
|
+
width: 300px;
|
|
2103
2044
|
}
|
|
2104
2045
|
}
|
|
2105
2046
|
.edit-site-layout.is-full-canvas .edit-site-layout__sidebar-region {
|
|
@@ -2128,6 +2069,17 @@
|
|
|
2128
2069
|
position: relative;
|
|
2129
2070
|
width: 100%;
|
|
2130
2071
|
z-index: 2;
|
|
2072
|
+
/*
|
|
2073
|
+
* The SiteHubMobile component is displayed
|
|
2074
|
+
* for pages that do not have a sidebar,
|
|
2075
|
+
* yet it needs the Sidebar component for the React context.
|
|
2076
|
+
*
|
|
2077
|
+
* This removes the padding in this scenario.
|
|
2078
|
+
* See https://github.com/WordPress/gutenberg/pull/63118
|
|
2079
|
+
*/
|
|
2080
|
+
}
|
|
2081
|
+
.edit-site-layout__mobile .edit-site-sidebar__screen-wrapper {
|
|
2082
|
+
padding: 0;
|
|
2131
2083
|
}
|
|
2132
2084
|
|
|
2133
2085
|
.edit-site-layout__canvas-container {
|
|
@@ -2223,8 +2175,10 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2223
2175
|
.edit-site-layout__view-mode-toggle.components-button:hover, .edit-site-layout__view-mode-toggle.components-button:active {
|
|
2224
2176
|
color: #fff;
|
|
2225
2177
|
}
|
|
2226
|
-
.edit-site-layout__view-mode-toggle.components-button:focus {
|
|
2227
|
-
box-shadow:
|
|
2178
|
+
.edit-site-layout__view-mode-toggle.components-button:focus-visible, .edit-site-layout__view-mode-toggle.components-button:focus {
|
|
2179
|
+
box-shadow: 0 0 0 3px #1e1e1e, 0 0 0 6px var(--wp-admin-theme-color);
|
|
2180
|
+
outline: 4px solid #0000;
|
|
2181
|
+
outline-offset: 4px;
|
|
2228
2182
|
}
|
|
2229
2183
|
.edit-site-layout__view-mode-toggle.components-button::before {
|
|
2230
2184
|
transition: box-shadow 0.1s ease;
|
|
@@ -2244,9 +2198,6 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2244
2198
|
transition-delay: 0s;
|
|
2245
2199
|
}
|
|
2246
2200
|
}
|
|
2247
|
-
.edit-site-layout__view-mode-toggle.components-button:focus::before {
|
|
2248
|
-
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) rgba(255, 255, 255, 0.1), inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
2249
|
-
}
|
|
2250
2201
|
.edit-site-layout__view-mode-toggle.components-button .edit-site-layout__view-mode-toggle-icon {
|
|
2251
2202
|
display: flex;
|
|
2252
2203
|
height: 64px;
|
|
@@ -2299,6 +2250,20 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2299
2250
|
padding-right: 16px;
|
|
2300
2251
|
}
|
|
2301
2252
|
|
|
2253
|
+
.edit-site-layout.is-full-canvas .edit-site-layout__view-mode-toggle.components-button:focus-visible, .edit-site-layout.is-full-canvas .edit-site-layout__view-mode-toggle.components-button:focus {
|
|
2254
|
+
box-shadow: none;
|
|
2255
|
+
outline: none;
|
|
2256
|
+
outline-offset: 0;
|
|
2257
|
+
}
|
|
2258
|
+
.edit-site-layout.is-full-canvas .edit-site-layout__view-mode-toggle.components-button:focus-visible .edit-site-site-icon svg, .edit-site-layout.is-full-canvas .edit-site-layout__view-mode-toggle.components-button:focus .edit-site-site-icon svg {
|
|
2259
|
+
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #3858e9);
|
|
2260
|
+
outline: 3px solid #0000;
|
|
2261
|
+
height: 40px;
|
|
2262
|
+
width: 40px;
|
|
2263
|
+
padding: 2px;
|
|
2264
|
+
border-radius: 2px;
|
|
2265
|
+
}
|
|
2266
|
+
|
|
2302
2267
|
.edit-site-save-hub {
|
|
2303
2268
|
color: #949494;
|
|
2304
2269
|
border-top: 1px solid #2f2f2f;
|
|
@@ -2331,9 +2296,11 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2331
2296
|
.edit-site-sidebar__content {
|
|
2332
2297
|
flex-grow: 1;
|
|
2333
2298
|
overflow-y: auto;
|
|
2299
|
+
overflow-x: hidden;
|
|
2300
|
+
contain: content;
|
|
2334
2301
|
}
|
|
2335
2302
|
|
|
2336
|
-
@keyframes
|
|
2303
|
+
@keyframes _jrymq_slide-from-right {
|
|
2337
2304
|
from {
|
|
2338
2305
|
transform: translateX(50px);
|
|
2339
2306
|
opacity: 0;
|
|
@@ -2343,7 +2310,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2343
2310
|
opacity: 1;
|
|
2344
2311
|
}
|
|
2345
2312
|
}
|
|
2346
|
-
@keyframes
|
|
2313
|
+
@keyframes _jrymq_slide-from-left {
|
|
2347
2314
|
from {
|
|
2348
2315
|
transform: translateX(-50px);
|
|
2349
2316
|
opacity: 0;
|
|
@@ -2399,10 +2366,10 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2399
2366
|
}
|
|
2400
2367
|
}
|
|
2401
2368
|
.edit-site-sidebar__screen-wrapper.slide-from-left {
|
|
2402
|
-
animation-name:
|
|
2369
|
+
animation-name: _jrymq_slide-from-left;
|
|
2403
2370
|
}
|
|
2404
2371
|
.edit-site-sidebar__screen-wrapper.slide-from-right {
|
|
2405
|
-
animation-name:
|
|
2372
|
+
animation-name: _jrymq_slide-from-right;
|
|
2406
2373
|
}
|
|
2407
2374
|
|
|
2408
2375
|
.edit-site-sidebar-button {
|
|
@@ -2860,6 +2827,94 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2860
2827
|
background: #fff;
|
|
2861
2828
|
}
|
|
2862
2829
|
|
|
2830
|
+
.edit-site-post-edit {
|
|
2831
|
+
padding: 24px;
|
|
2832
|
+
}
|
|
2833
|
+
.edit-site-post-edit.is-empty .edit-site-page-content {
|
|
2834
|
+
display: flex;
|
|
2835
|
+
align-items: center;
|
|
2836
|
+
justify-content: center;
|
|
2837
|
+
}
|
|
2838
|
+
|
|
2839
|
+
.edit-site-post-list__featured-image {
|
|
2840
|
+
height: 100%;
|
|
2841
|
+
object-fit: cover;
|
|
2842
|
+
width: 100%;
|
|
2843
|
+
}
|
|
2844
|
+
|
|
2845
|
+
.edit-site-post-list__featured-image-wrapper {
|
|
2846
|
+
height: 100%;
|
|
2847
|
+
width: 100%;
|
|
2848
|
+
border-radius: 4px;
|
|
2849
|
+
}
|
|
2850
|
+
.edit-site-post-list__featured-image-wrapper.is-layout-table:not(:has(.edit-site-post-list__featured-image-button)), .edit-site-post-list__featured-image-wrapper.is-layout-table .edit-site-post-list__featured-image-button {
|
|
2851
|
+
width: 32px;
|
|
2852
|
+
height: 32px;
|
|
2853
|
+
display: block;
|
|
2854
|
+
border-radius: 4px;
|
|
2855
|
+
position: relative;
|
|
2856
|
+
overflow: hidden;
|
|
2857
|
+
background-color: #f0f0f0;
|
|
2858
|
+
flex-grow: 0 !important;
|
|
2859
|
+
}
|
|
2860
|
+
.edit-site-post-list__featured-image-wrapper.is-layout-table:not(:has(.edit-site-post-list__featured-image-button))::after, .edit-site-post-list__featured-image-wrapper.is-layout-table .edit-site-post-list__featured-image-button::after {
|
|
2861
|
+
border-radius: 4px;
|
|
2862
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
2863
|
+
content: "";
|
|
2864
|
+
height: 100%;
|
|
2865
|
+
left: 0;
|
|
2866
|
+
position: absolute;
|
|
2867
|
+
top: 0;
|
|
2868
|
+
width: 100%;
|
|
2869
|
+
}
|
|
2870
|
+
|
|
2871
|
+
.edit-site-post-list__featured-image-button {
|
|
2872
|
+
box-shadow: none;
|
|
2873
|
+
border: none;
|
|
2874
|
+
padding: 0;
|
|
2875
|
+
background-color: unset;
|
|
2876
|
+
box-sizing: border-box;
|
|
2877
|
+
cursor: pointer;
|
|
2878
|
+
overflow: hidden;
|
|
2879
|
+
height: 100%;
|
|
2880
|
+
width: 100%;
|
|
2881
|
+
border-radius: 4px;
|
|
2882
|
+
}
|
|
2883
|
+
.edit-site-post-list__featured-image-button:focus-visible {
|
|
2884
|
+
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
2885
|
+
outline: 2px solid transparent;
|
|
2886
|
+
}
|
|
2887
|
+
|
|
2888
|
+
.dataviews-view-grid__card.is-selected .edit-site-post-list__featured-image-button::after {
|
|
2889
|
+
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
2890
|
+
background: rgba(var(--wp-admin-theme-color--rgb), 0.04);
|
|
2891
|
+
}
|
|
2892
|
+
|
|
2893
|
+
.edit-site-post-list__title span {
|
|
2894
|
+
text-overflow: ellipsis;
|
|
2895
|
+
overflow: hidden;
|
|
2896
|
+
}
|
|
2897
|
+
|
|
2898
|
+
.edit-site-post-list__title-badge {
|
|
2899
|
+
background: #f0f0f0;
|
|
2900
|
+
color: #757575;
|
|
2901
|
+
padding: 0 4px;
|
|
2902
|
+
border-radius: 2px;
|
|
2903
|
+
font-size: 12px;
|
|
2904
|
+
font-weight: 400;
|
|
2905
|
+
flex-shrink: 0;
|
|
2906
|
+
line-height: 20px;
|
|
2907
|
+
}
|
|
2908
|
+
|
|
2909
|
+
.edit-site-post-list__status-icon {
|
|
2910
|
+
height: 24px;
|
|
2911
|
+
width: 24px;
|
|
2912
|
+
}
|
|
2913
|
+
.edit-site-post-list__status-icon svg {
|
|
2914
|
+
fill: currentColor;
|
|
2915
|
+
margin-left: -4px;
|
|
2916
|
+
}
|
|
2917
|
+
|
|
2863
2918
|
.edit-site-resizable-frame__inner {
|
|
2864
2919
|
position: relative;
|
|
2865
2920
|
}
|
|
@@ -2958,7 +3013,8 @@ body:has(.edit-site-resizable-frame__inner.is-resizing) {
|
|
|
2958
3013
|
justify-content: center;
|
|
2959
3014
|
padding-top: 120px;
|
|
2960
3015
|
}
|
|
2961
|
-
|
|
3016
|
+
|
|
3017
|
+
.font-library-modal__footer {
|
|
2962
3018
|
border-top: 1px solid #ddd;
|
|
2963
3019
|
margin: 0 -32px -32px;
|
|
2964
3020
|
padding: 16px 32px;
|
|
@@ -2969,6 +3025,13 @@ body:has(.edit-site-resizable-frame__inner.is-resizing) {
|
|
|
2969
3025
|
background-color: #fff;
|
|
2970
3026
|
}
|
|
2971
3027
|
|
|
3028
|
+
.font-library-modal__page-selection {
|
|
3029
|
+
font-size: 11px;
|
|
3030
|
+
text-transform: uppercase;
|
|
3031
|
+
font-weight: 500;
|
|
3032
|
+
color: #1e1e1e;
|
|
3033
|
+
}
|
|
3034
|
+
|
|
2972
3035
|
.font-library-modal__tabpanel-layout .components-base-control__field {
|
|
2973
3036
|
margin-bottom: 0;
|
|
2974
3037
|
}
|
|
@@ -3081,6 +3144,13 @@ button.font-library-modal__upload-area {
|
|
|
3081
3144
|
justify-content: center;
|
|
3082
3145
|
}
|
|
3083
3146
|
|
|
3147
|
+
.font-library-modal__select-all {
|
|
3148
|
+
padding: 16px 16px 16px 17px;
|
|
3149
|
+
}
|
|
3150
|
+
.font-library-modal__select-all .components-checkbox-control__label {
|
|
3151
|
+
padding-left: 16px;
|
|
3152
|
+
}
|
|
3153
|
+
|
|
3084
3154
|
.edit-site-pagination .components-button.is-tertiary {
|
|
3085
3155
|
width: 32px;
|
|
3086
3156
|
height: 32px;
|