We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b25d3 commit 3d1d971Copy full SHA for 3d1d971
packages/block-library/src/editor.scss
@@ -54,6 +54,7 @@
54
@import "./query-pagination-numbers/editor.scss";
55
@import "./post-featured-image/editor.scss";
56
@import "./post-comments-form/editor.scss";
57
+@import "./post-content/editor.scss";
58
59
@import "./editor-elements.scss";
60
packages/block-library/src/post-content/editor.scss
@@ -0,0 +1,4 @@
1
+// Disable text selection in the post content placeholder.
2
+.wp-block-post-content.wp-block-post-content {
3
+ user-select: none;
4
+}
0 commit comments