From 4fac0dcc66dbe8761fcc0a2926d0f7fc72cf69cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 24 Jan 2020 13:49:10 +0100 Subject: Fix node selection and clicking links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'css') diff --git a/css/style.scss b/css/style.scss index b5923a2ca..ba720d3eb 100644 --- a/css/style.scss +++ b/css/style.scss @@ -2,9 +2,9 @@ position: absolute; } -.ProseMirror-hideselection *::selection { background: transparent; } -.ProseMirror-hideselection *::-moz-selection { background: transparent; } -.ProseMirror-hideselection { caret-color: transparent; } +.ProseMirror-hideselection *::selection { background: transparent; color: var(--color-main-text); } +.ProseMirror-hideselection *::-moz-selection { background: transparent; color: var(--color-main-text); } +.ProseMirror-hideselection { caret-color: transparent; color: var(--color-main-text); } .ProseMirror-selectednode { outline: 2px solid #8cf; -- cgit v1.2.3