Skip to content

Commit

Permalink
Remove obsolete border radius style for svg
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Aug 18, 2022
1 parent 621575b commit 8c31798
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/block-library/src/post-featured-image/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@
// Show default placeholder height when not resized.
min-height: 200px;

// Compromise to allow the SVG to somewhat follow any border radius
// applied to the post featured image block and its placeholder.
> svg {
border-radius: inherit;
}

// The following override the default placeholder styles that remove
// its border so that a user selection for border color or width displays
// a visual border.
Expand Down

0 comments on commit 8c31798

Please sign in to comment.