From 30883c26bdceb9eaf32c8d4a1b0c1bce223b5226 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 09:57:26 +0200 Subject: Adding upstream version 6.5+dfsg1. Signed-off-by: Daniel Baumann --- wp-includes/blocks/post-content/editor-rtl.css | 4 ++++ wp-includes/blocks/post-content/editor-rtl.min.css | 1 + wp-includes/blocks/post-content/editor.css | 4 ++++ wp-includes/blocks/post-content/editor.min.css | 1 + 4 files changed, 10 insertions(+) create mode 100644 wp-includes/blocks/post-content/editor-rtl.css create mode 100644 wp-includes/blocks/post-content/editor-rtl.min.css create mode 100644 wp-includes/blocks/post-content/editor.css create mode 100644 wp-includes/blocks/post-content/editor.min.css (limited to 'wp-includes/blocks/post-content') 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 -- cgit v1.2.3