add default hide selection styling

This commit is contained in:
Philipp Kühn 2019-06-26 16:44:07 +02:00
parent 447b9e8ba6
commit b634f2c564

View File

@ -35,6 +35,9 @@
}
}
.ProseMirror-hideselection *::selection { background: transparent; }
.ProseMirror-hideselection *::-moz-selection { background: transparent; }
.ProseMirror-focused .ProseMirror-gapcursor {
display: block;
}