2022-11-25 13:21:02 +00:00
|
|
|
.ProseMirror p.is-editor-empty:first-child::before {
|
|
|
|
content: attr(data-placeholder);
|
|
|
|
float: left;
|
|
|
|
pointer-events: none;
|
|
|
|
height: 0;
|
|
|
|
opacity: 0.4;
|
|
|
|
}
|
2022-11-26 06:55:54 +00:00
|
|
|
|
|
|
|
span[data-type="mention"] {
|
|
|
|
--at-apply: text-primary
|
|
|
|
}
|