From 2b9322ce0cbc8f70ef5c51e2da09c25a7bcf0fe4 Mon Sep 17 00:00:00 2001 From: Sarah Norris Date: Tue, 26 Oct 2021 21:09:12 +0100 Subject: [PATCH] Remove .nocomments fix --- blockbase/assets/ponyfill.css | 4 ---- blockbase/sass/blocks/_post-comments.scss | 5 ----- 2 files changed, 9 deletions(-) diff --git a/blockbase/assets/ponyfill.css b/blockbase/assets/ponyfill.css index e8fc8fa7ac..f4a2cfae6b 100644 --- a/blockbase/assets/ponyfill.css +++ b/blockbase/assets/ponyfill.css @@ -667,10 +667,6 @@ p.has-drop-cap:not(:focus):first-letter { margin-bottom: var(--wp--custom--gap--baseline); } -.wp-block-post-comments .nocomments { - display: none; -} - .wp-block-post-template { margin-top: 0; margin-bottom: 0; diff --git a/blockbase/sass/blocks/_post-comments.scss b/blockbase/sass/blocks/_post-comments.scss index 64dccf7c56..803f66a98c 100644 --- a/blockbase/sass/blocks/_post-comments.scss +++ b/blockbase/sass/blocks/_post-comments.scss @@ -156,9 +156,4 @@ font-size: var(--wp--preset--font-size--small); margin-bottom: var(--wp--custom--gap--baseline); } - - // Needed until we have the option to hide this message via the block. - .nocomments { - display: none; - } }