2023-01-16 11:26:19 +01:00
|
|
|
.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'],
|
|
|
|
span[data-type='hashtag'] {
|
|
|
|
--at-apply: text-primary;
|
|
|
|
}
|
2022-11-26 07:55:54 +01:00
|
|
|
}
|