瀏覽代碼

Mayland Blocks: remove background image from svg element

This is already applied via Blockbase parent theme
Sarah Norris 4 年之前
父節點
當前提交
e34cd28686
共有 2 個文件被更改,包括 0 次插入32 次删除
  1. 0 16
      mayland-blocks/assets/theme.css
  2. 0 16
      mayland-blocks/sass/theme.scss

+ 0 - 16
mayland-blocks/assets/theme.css

@@ -46,20 +46,4 @@ img {
 	color: currentColor;
 }
 
-.post-meta .wp-block-post-author:before {
-	background: url(svg/post-author.svg) no-repeat;
-}
-
-.post-meta .wp-block-post-date:before {
-	background: url(svg/post-date.svg) no-repeat;
-}
-
-.post-meta .wp-block-post-hierarchical-terms:before {
-	background: url(svg/post-category.svg) no-repeat;
-}
-
-.post-meta .wp-block-post-tags:before {
-	background: url(svg/post-tag.svg) no-repeat;
-}
-
 /*# sourceMappingURL=theme.css.map */

+ 0 - 16
mayland-blocks/sass/theme.scss

@@ -48,19 +48,3 @@ img {
 .post-meta a {
 	color: currentColor;
 }
-
-.post-meta .wp-block-post-author:before {
-	background: url(svg/post-author.svg) no-repeat;
-}
-
-.post-meta .wp-block-post-date:before {
-	background: url(svg/post-date.svg) no-repeat;
-}
-
-.post-meta .wp-block-post-hierarchical-terms:before {
-	background: url(svg/post-category.svg) no-repeat;
-}
-
-.post-meta .wp-block-post-tags:before {
-	background: url(svg/post-tag.svg) no-repeat;
-}