diff options
Diffstat (limited to 'wp-includes/blocks/post-content/editor.css')
-rw-r--r-- | wp-includes/blocks/post-content/editor.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wp-includes/blocks/post-content/editor.css b/wp-includes/blocks/post-content/editor.css new file mode 100644 index 0000000..fc08e4a --- /dev/null +++ b/wp-includes/blocks/post-content/editor.css @@ -0,0 +1,4 @@ +.wp-block-post-content.wp-block-post-content{ + -webkit-user-select:none; + user-select:none; +}
\ No newline at end of file |