From 8c31798c192611ccfc5f139a6d4f6e08b28fd46d Mon Sep 17 00:00:00 2001 From: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com> Date: Thu, 18 Aug 2022 14:43:37 +1000 Subject: [PATCH] Remove obsolete border radius style for svg --- packages/block-library/src/post-featured-image/editor.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/block-library/src/post-featured-image/editor.scss b/packages/block-library/src/post-featured-image/editor.scss index fd5f423ef8b9cb..be7b9a9dafa53b 100644 --- a/packages/block-library/src/post-featured-image/editor.scss +++ b/packages/block-library/src/post-featured-image/editor.scss @@ -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.