Browse Source

Blockbase: Remove wpcom specific code (#4540)

Ben Dwyer 3 years ago
parent
commit
e102fd0204
1 changed files with 0 additions and 11 deletions
  1. 0 11
      blockbase/inc/wpcom-style.css

+ 0 - 11
blockbase/inc/wpcom-style.css

@@ -2,17 +2,6 @@
  * WP.com stylesheet for Blockbase
  */
 
-/* Hide the stats smiley */
-img#wpstats {
-	position: absolute !important;
-	clip: rect(0, 0, 0, 0);
-	padding: 0 !important;
-	border: 0 !important;
-	height: 0 !important;
-	width: 0 !important;
-	overflow: hidden;
-}
-
 /* NOTE: This is a wp.com-specific fix so that the comment form presented there (highlander) is NOT displayed as a GRID. */
 body.highlander-enabled .wp-block-post-comments form {
 	display: revert;