Ver Fonte

Blockbase: Remove CSS for HTML block (#4572)

Ben Dwyer há 3 anos atrás
pai
commit
accc739da9

+ 0 - 5
blockbase/assets/ponyfill.css

@@ -446,11 +446,6 @@ input[type=checkbox] + label {
 	font-size: var(--wp--custom--gallery--caption--font-size);
 	font-size: var(--wp--custom--gallery--caption--font-size);
 }
 }
 
 
-.block-library-html__edit .block-editor-plain-text {
-	color: var(--wp--custom--form--color--text);
-	border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
-}
-
 .wp-block-image {
 .wp-block-image {
 	/*
 	/*
 	From what I can tell the below are styles regularly used by themes
 	From what I can tell the below are styles regularly used by themes

+ 0 - 7
blockbase/sass/blocks/_html.scss

@@ -1,7 +0,0 @@
-// See https://github.com/WordPress/gutenberg/issues/34645
-.block-library-html__edit {
-	.block-editor-plain-text {
-		color: var(--wp--custom--form--color--text);
-		border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
-	}
-}

+ 0 - 1
blockbase/sass/ponyfill.scss

@@ -11,7 +11,6 @@
 //   spacing with CSS-variables overrides
 //   spacing with CSS-variables overrides
 @import "blocks/button";
 @import "blocks/button";
 @import "blocks/gallery";
 @import "blocks/gallery";
-@import "blocks/html";
 @import "blocks/image";
 @import "blocks/image";
 @import "blocks/latest-posts";
 @import "blocks/latest-posts";
 @import "blocks/list";
 @import "blocks/list";