瀏覽代碼

Blockbase: Remove wpcom specific code (#4540)

Ben Dwyer 3 年之前
父節點
當前提交
e102fd0204
共有 1 個文件被更改,包括 0 次插入11 次删除
  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;