mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-16 03:39:00 +08:00
add default hide selection styling
This commit is contained in:
parent
447b9e8ba6
commit
b634f2c564
@ -35,6 +35,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ProseMirror-hideselection *::selection { background: transparent; }
|
||||||
|
.ProseMirror-hideselection *::-moz-selection { background: transparent; }
|
||||||
|
|
||||||
.ProseMirror-focused .ProseMirror-gapcursor {
|
.ProseMirror-focused .ProseMirror-gapcursor {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user