mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 06:03:22 +08:00
docs: fix alternative placeholder CSS
This commit is contained in:
parent
7426fe2571
commit
646b8dba0e
@ -52,14 +52,12 @@ export default {
|
||||
}
|
||||
|
||||
/* Placeholder (on every new line) */
|
||||
/*
|
||||
.ProseMirror p.is-editor-empty::before {
|
||||
content: attr(data-placeholder);
|
||||
float: left;
|
||||
color: #ced4da;
|
||||
pointer-events: none;
|
||||
height: 0;
|
||||
}
|
||||
*/
|
||||
// .ProseMirror p.is-empty::before {
|
||||
// content: attr(data-placeholder);
|
||||
// float: left;
|
||||
// color: #ced4da;
|
||||
// pointer-events: none;
|
||||
// height: 0;
|
||||
// }
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user