소스 검색

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;