substance
Version:
Substance is a JavaScript library for web-based content editing. It provides building blocks for realizing custom text editors and web-based publishing systems.
16 lines (14 loc) • 330 B
CSS
.sc-text-property { white-space: pre-wrap; }
.sc-text-property .se-cursor { position: relative; }
.sc-text-property .se-cursor .se-cursor-inner {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
width: 1px;
background: #999;
}
.sc-text-property.sm-empty .se-placeholder {
color: #aaa;
white-space: nowrap;
}