elk/styles/tiptap.css

12 lines
216 B
CSS
Raw Normal View History

.ProseMirror p.is-editor-empty:first-child::before {
content: attr(data-placeholder);
float: left;
pointer-events: none;
height: 0;
opacity: 0.4;
}
span[data-type="mention"] {
--at-apply: text-primary
}