From 06fc1959097fa53c60bdb5cca249f07b14d23593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Thu, 27 Jun 2019 22:29:28 +0200 Subject: [PATCH] fix a visual selection bug --- packages/tiptap/src/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/tiptap/src/style.css b/packages/tiptap/src/style.css index 3453e894..b41718f4 100644 --- a/packages/tiptap/src/style.css +++ b/packages/tiptap/src/style.css @@ -43,6 +43,10 @@ background: transparent; } +.ProseMirror-hideselection * { + caret-color: transparent; +} + .ProseMirror-focused .ProseMirror-gapcursor { display: block; }