Browse Source

Remove .nocomments fix (#4913)

Sarah Norris 3 years ago
parent
commit
b794a3253b
2 changed files with 0 additions and 9 deletions
  1. 0 4
      blockbase/assets/ponyfill.css
  2. 0 5
      blockbase/sass/blocks/_post-comments.scss

+ 0 - 4
blockbase/assets/ponyfill.css

@@ -668,10 +668,6 @@ p.has-drop-cap:not(:focus):first-letter {
 	margin-bottom: var(--wp--custom--gap--baseline);
 	margin-bottom: var(--wp--custom--gap--baseline);
 }
 }
 
 
-.wp-block-post-comments .nocomments {
-	display: none;
-}
-
 .wp-block-post-template {
 .wp-block-post-template {
 	margin-top: 0;
 	margin-top: 0;
 	margin-bottom: 0;
 	margin-bottom: 0;

+ 0 - 5
blockbase/sass/blocks/_post-comments.scss

@@ -156,9 +156,4 @@
 		font-size: var(--wp--preset--font-size--small);
 		font-size: var(--wp--preset--font-size--small);
 		margin-bottom: var(--wp--custom--gap--baseline);
 		margin-bottom: var(--wp--custom--gap--baseline);
 	}
 	}
-
-	// Needed until we have the option to hide this message via the block.
-	.nocomments {
-		display: none;
-	}
 }
 }