codestyle

This commit is contained in:
Philipp Kühn
2019-06-26 17:00:14 +02:00
parent 480e66791d
commit 8c92762562

View File

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