Jelajahi Sumber

Penscratch 2: Update default block placeholder CSS selector. Bump version number.

Laurel Fulford 6 tahun lalu
induk
melakukan
ed4b74c5b9
2 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 3 3
      penscratch-2/css/editor-blocks.css
  2. 1 1
      penscratch-2/style.css

+ 3 - 3
penscratch-2/css/editor-blocks.css

@@ -20,7 +20,7 @@ Description: Used to style Gutenberg Blocks in the editor.
 --------------------------------------------------------------*/
 
 .edit-post-visual-editor .editor-block-list__block,
-.editor-default-block-appender input[type="text"].editor-default-block-appender__content {
+.editor-default-block-appender textarea.editor-default-block-appender__content {
 	font-family: "Roboto Slab", Georgia, Times, serif;
 }
 
@@ -28,7 +28,7 @@ Description: Used to style Gutenberg Blocks in the editor.
 
 .edit-post-visual-editor .editor-block-list__block,
 .edit-post-visual-editor .editor-block-list__block p,
-.editor-default-block-appender input[type="text"].editor-default-block-appender__content {
+.editor-default-block-appender textarea.editor-default-block-appender__content {
 	font-size: 15px;
 	font-weight: 300;
 	line-height: 1.7em;
@@ -37,7 +37,7 @@ Description: Used to style Gutenberg Blocks in the editor.
 @media (min-width: 50em) {
 	.edit-post-visual-editor .editor-block-list__block,
 	.edit-post-visual-editor .editor-block-list__block p,
-	.editor-default-block-appender input[type="text"].editor-default-block-appender__content {
+	.editor-default-block-appender textarea.editor-default-block-appender__content {
 		font-size: 18px;
 	}
 }

+ 1 - 1
penscratch-2/style.css

@@ -3,7 +3,7 @@
  * Author: Automattic
  * Author URI: https://wordpress.com/themes/
  * Description: A clean, responsive writing theme with support for custom logos, featured images, fancy pull quotes, and more.
- * Version: 2.0.1-wpcom
+ * Version: 2.0.2-wpcom
  * License: GNU General Public License v2 or later
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
  * Text Domain: penscratch