summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/post-content
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/blocks/post-content')
-rw-r--r--wp-includes/blocks/post-content/editor-rtl.css4
-rw-r--r--wp-includes/blocks/post-content/editor-rtl.min.css1
-rw-r--r--wp-includes/blocks/post-content/editor.css4
-rw-r--r--wp-includes/blocks/post-content/editor.min.css1
4 files changed, 10 insertions, 0 deletions
diff --git a/wp-includes/blocks/post-content/editor-rtl.css b/wp-includes/blocks/post-content/editor-rtl.css
new file mode 100644
index 0000000..fc08e4a
--- /dev/null
+++ b/wp-includes/blocks/post-content/editor-rtl.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
diff --git a/wp-includes/blocks/post-content/editor-rtl.min.css b/wp-includes/blocks/post-content/editor-rtl.min.css
new file mode 100644
index 0000000..9e1a9e9
--- /dev/null
+++ b/wp-includes/blocks/post-content/editor-rtl.min.css
@@ -0,0 +1 @@
+.wp-block-post-content.wp-block-post-content{-webkit-user-select:none;user-select:none} \ No newline at end of file
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
diff --git a/wp-includes/blocks/post-content/editor.min.css b/wp-includes/blocks/post-content/editor.min.css
new file mode 100644
index 0000000..9e1a9e9
--- /dev/null
+++ b/wp-includes/blocks/post-content/editor.min.css
@@ -0,0 +1 @@
+.wp-block-post-content.wp-block-post-content{-webkit-user-select:none;user-select:none} \ No newline at end of file