summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/post-comments-form/editor.css
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/blocks/post-comments-form/editor.css')
-rw-r--r--wp-includes/blocks/post-comments-form/editor.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/wp-includes/blocks/post-comments-form/editor.css b/wp-includes/blocks/post-comments-form/editor.css
new file mode 100644
index 0000000..0e92022
--- /dev/null
+++ b/wp-includes/blocks/post-comments-form/editor.css
@@ -0,0 +1,6 @@
+.wp-block-post-comments-form *{
+ pointer-events:none;
+}
+.wp-block-post-comments-form .block-editor-warning *{
+ pointer-events:auto;
+} \ No newline at end of file