Skip to content

Commit

Permalink
Add nested blocks inside cover block (#13822)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Mar 7, 2019
1 parent 5e4c2ae commit 73ccbe4
Show file tree
Hide file tree
Showing 21 changed files with 701 additions and 317 deletions.
1 change: 1 addition & 0 deletions assets/stylesheets/_z-index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ $z-layers: (
".edit-post-header": 30,
".block-library-button__inline-link .editor-url-input__suggestions": 6, // URL suggestions for button block above sibling inserter
".block-library-image__resize-handlers": 1, // Resize handlers above sibling inserter
".wp-block-cover__inner-container": 1, // InnerBlocks area inside cover image block
".wp-block-cover.has-background-dim::before": 1, // Overlay area inside block cover need to be higher than the video background.
".wp-block-cover__video-background": 0, // Video background inside cover block.

Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/block-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@wordpress/keycodes": "file:../keycodes",
"@wordpress/viewport": "file:../viewport",
"classnames": "^2.2.5",
"fast-average-color": "4.3.0",
"lodash": "^4.17.11",
"memize": "^1.0.5",
"url": "^0.11.0"
Expand Down
Loading

0 comments on commit 73ccbe4

Please sign in to comment.