mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-02 23:19:57 +00:00
addbe1b567
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
12 lines
216 B
CSS
12 lines
216 B
CSS
.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
|
|
}
|