From 62bfd969f28ee1167dc803eda0647f233abc52f0 Mon Sep 17 00:00:00 2001 From: "Nahid F. Mohit" Date: Thu, 17 May 2018 00:55:06 +0600 Subject: [PATCH] Show caption and description settings in Gutenberg post featured image modal (#6545) --- editor/components/post-featured-image/style.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/editor/components/post-featured-image/style.scss b/editor/components/post-featured-image/style.scss index 391c1ebfb822de..e357b139defc7d 100644 --- a/editor/components/post-featured-image/style.scss +++ b/editor/components/post-featured-image/style.scss @@ -31,9 +31,3 @@ margin: 10px 0; } -// Should be replaced with a config in media modal. -.editor-post-featured-image__media-modal { - .setting[data-setting="caption"], .setting[data-setting="description"] { - display: none; - } -}