From 8c92762562f81e5405d8c70146beed7048ce52e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Wed, 26 Jun 2019 17:00:14 +0200 Subject: [PATCH] codestyle --- packages/tiptap/src/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/tiptap/src/style.css b/packages/tiptap/src/style.css index 1b6d5edc..3453e894 100644 --- a/packages/tiptap/src/style.css +++ b/packages/tiptap/src/style.css @@ -35,8 +35,13 @@ } } -.ProseMirror-hideselection *::selection { background: transparent; } -.ProseMirror-hideselection *::-moz-selection { background: transparent; } +.ProseMirror-hideselection *::selection { + background: transparent; +} + +.ProseMirror-hideselection *::-moz-selection { + background: transparent; +} .ProseMirror-focused .ProseMirror-gapcursor { display: block;