Skip to content

Commit

Permalink
Move bulk actions menu to the Footer, consolidate with floating toolb…
Browse files Browse the repository at this point in the history
…ar and total items display (WordPress#64268)

Co-authored-by: jorgefilipecosta <[email protected]>
Co-authored-by: jameskoster <[email protected]>
Co-authored-by: t-hamano <[email protected]>
  • Loading branch information
4 people authored and bph committed Aug 31, 2024
1 parent acf4faa commit 46c848c
Show file tree
Hide file tree
Showing 15 changed files with 376 additions and 641 deletions.
6 changes: 2 additions & 4 deletions packages/base-styles/_z-index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ $z-layers: (
".block-editor-template-part__selection-modal": 1000001,
".block-editor-block-rename-modal": 1000001,
".edit-site-list__rename-modal": 1000001,
".dataviews-bulk-actions__modal": 1000001,
".dataviews-action-modal": 1000001,
".editor-action-modal": 1000001,
".editor-post-template__swap-template-modal": 1000001,
Expand Down Expand Up @@ -194,7 +193,6 @@ $z-layers: (
// Site editor layout
".edit-site-page-header": 2,
".edit-site-page-content": 1,
".edit-site-patterns__dataviews-list-pagination": 2,
".edit-site-templates__dataviews-list-pagination": 2,
".edit-site-layout__canvas-container": 2,
".edit-site-layout__sidebar": 1,
Expand All @@ -211,8 +209,8 @@ $z-layers: (
// Ensure selection checkbox stays above the preview field.
".dataviews-view-grid__card .dataviews-selection-checkbox": 1,

// Ensure quick actions toolbar appear above pagination
".dataviews-bulk-actions-toolbar": 2,
// Ensure footer stays above the preview field.
".dataviews-footer": 2,
);

@function z-index( $key ) {
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 46c848c

Please sign in to comment.