Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.scss')
-rw-r--r--css/style.scss11
1 files changed, 0 insertions, 11 deletions
diff --git a/css/style.scss b/css/style.scss
index 1d0b944cf..b5923a2ca 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -52,14 +52,3 @@ li.ProseMirror-selectednode:after {
visibility: hidden;
}
}
-
-div[contenteditable=true],
-div[contenteditable=false] {
- border: none !important;
- width: 100%;
- background-color: transparent;
- color: var(--color-main-text);
- opacity: 1;
- -webkit-user-select: text;
- user-select: text;
-} \ No newline at end of file