Add a markdown input directive and convert both uses of the editor to the directive
This commit is contained in:
parent
9beb627ab0
commit
fd68564b3f
6 changed files with 86 additions and 71 deletions
|
@ -649,9 +649,8 @@ p.editable {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
p.editable .content:empty:after {
|
||||
p.editable .empty {
|
||||
display: inline-block;
|
||||
content: "(Click to add)";
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue