Skip to content

Commit

Permalink
Remove extraneous code
Browse files Browse the repository at this point in the history
  • Loading branch information
artemiomorales committed May 5, 2023
1 parent 1427e8a commit 58b0ef5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion docs/reference-guides/core-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ Insert an image to make a visual statement. ([Source](https://github.com/WordPre

- **Name:** core/image
- **Category:** media
- **Supports:** anchor, color (~~background~~, ~~text~~), filter (duotone), interactivity
- **Supports:** anchor, color (~~background~~, ~~text~~), filter (duotone)
- **Attributes:** align, alt, caption, enableLightbox, height, href, id, linkClass, linkDestination, linkTarget, rel, sizeSlug, title, url, width

## Latest Comments
Expand Down
1 change: 0 additions & 1 deletion packages/block-library/src/image/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
}
},
"supports": {
"interactivity": true,
"anchor": true,
"color": {
"text": false,
Expand Down
9 changes: 0 additions & 9 deletions packages/block-library/src/image/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,15 +179,6 @@
z-index: 5000000;
}

.hide {
width: 100%;
height: 100%;
position: absolute;
z-index: 4000000;
top: 0;
left: 0;
}

.wp-block-image {
display: flex;
justify-content: center;
Expand Down

0 comments on commit 58b0ef5

Please sign in to comment.